Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
refactor: restrict settings ctrl orientation
Browse files Browse the repository at this point in the history
Signed-off-by: 82Flex <[email protected]>
  • Loading branch information
Lessica committed Jan 21, 2024
1 parent 179b62f commit 4fd0e65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/TSSettingsController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,6 @@ private enum TSSettingsIndex: Int, CaseIterable {
delegate?.settingDidSelect(key: settingKey(index: index))
completion()
}

open override var supportedInterfaceOrientations: UIInterfaceOrientationMask { [.portrait] }
}

0 comments on commit 4fd0e65

Please sign in to comment.