From 66ca3cfa7837c34b4ee8f19191a2b4a9bbc70dc5 Mon Sep 17 00:00:00 2001 From: cranci <100066266+cranci1@users.noreply.github.com> Date: Wed, 1 Jan 2025 09:06:45 +0100 Subject: [PATCH] Update SettingsPlayerView.swift --- Sora/Views/SettingsViews/SubPages/SettingsPlayerView.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Sora/Views/SettingsViews/SubPages/SettingsPlayerView.swift b/Sora/Views/SettingsViews/SubPages/SettingsPlayerView.swift index 1f4e898..429c001 100644 --- a/Sora/Views/SettingsViews/SubPages/SettingsPlayerView.swift +++ b/Sora/Views/SettingsViews/SubPages/SettingsPlayerView.swift @@ -52,9 +52,6 @@ struct SettingsPlayerView: View { } } - Toggle("Force Landscape", isOn: $isAlwaysLandscape) - .tint(.accentColor) - HStack { Text("Hold Speed:") Spacer()