diff options
| author | Fuwn <[email protected]> | 2025-02-19 00:19:23 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-19 00:19:23 -0800 |
| commit | f07a69d015aeca3a499a3294bea29d1a487a5bbd (patch) | |
| tree | 069b41a9dcf650b7fc9407366744c3be0b503087 /Sora/Views/SettingsViewMacOS.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-f07a69d015aeca3a499a3294bea29d1a487a5bbd.tar.xz sora-testing-f07a69d015aeca3a499a3294bea29d1a487a5bbd.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/SettingsViewMacOS.swift')
| -rw-r--r-- | Sora/Views/SettingsViewMacOS.swift | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Sora/Views/SettingsViewMacOS.swift b/Sora/Views/SettingsViewMacOS.swift index a981a59..f4cdd6b 100644 --- a/Sora/Views/SettingsViewMacOS.swift +++ b/Sora/Views/SettingsViewMacOS.swift @@ -1,9 +1,6 @@ import SwiftUI struct SettingsViewMacOS: View { - @EnvironmentObject var settings: Settings - @State private var selection: Int = 0 - var body: some View { NavigationStack { VStack(alignment: .leading) { |