Remove "Honor system orientation lock"

Fix #309
This commit is contained in:
Arkadiusz Fal
2022-09-24 14:47:24 +02:00
parent 3273032ffb
commit 2d51f6adff
4 changed files with 4 additions and 13 deletions

View File

@@ -173,7 +173,6 @@ extension Defaults.Keys {
static let visibleSections = Key<Set<VisibleSection>>("visibleSections", default: [.favorites, .subscriptions, .trending, .playlists])
#if os(iOS)
static let honorSystemOrientationLock = Key<Bool>("honorSystemOrientationLock", default: true)
static let enterFullscreenInLandscape = Key<Bool>("enterFullscreenInLandscape", default: UIDevice.current.userInterfaceIdiom == .phone)
static let rotateToPortraitOnExitFullScreen = Key<Bool>("rotateToPortraitOnExitFullScreen", default: UIDevice.current.userInterfaceIdiom == .phone)
#endif