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/SettingsView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-f07a69d015aeca3a499a3294bea29d1a487a5bbd.tar.xz sora-testing-f07a69d015aeca3a499a3294bea29d1a487a5bbd.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/SettingsView.swift')
| -rw-r--r-- | Sora/Views/SettingsView.swift | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Sora/Views/SettingsView.swift b/Sora/Views/SettingsView.swift index 105b5b6..d375712 100644 --- a/Sora/Views/SettingsView.swift +++ b/Sora/Views/SettingsView.swift @@ -1,8 +1,6 @@ import SwiftUI struct SettingsView: View { - @EnvironmentObject var settings: Settings - var body: some View { NavigationStack { Form { |