diff options
| author | Fuwn <[email protected]> | 2025-02-20 02:40:26 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-20 02:40:26 -0800 |
| commit | 0538ecfabde1883b71971cf0ce62a4d14ff072cd (patch) | |
| tree | 029f6d9cb58da3ce338e862f4d43104e36cacb54 /Sora/SoraApp.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-0538ecfabde1883b71971cf0ce62a4d14ff072cd.tar.xz sora-testing-0538ecfabde1883b71971cf0ce62a4d14ff072cd.zip | |
feat: Development commit
Diffstat (limited to 'Sora/SoraApp.swift')
| -rw-r--r-- | Sora/SoraApp.swift | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Sora/SoraApp.swift b/Sora/SoraApp.swift index ad1f8cf..a080c4c 100644 --- a/Sora/SoraApp.swift +++ b/Sora/SoraApp.swift @@ -12,10 +12,9 @@ struct SoraApp: App { #if os(macOS) SwiftUI.Settings { - SettingsViewMacOS() + SettingsView() .environmentObject(settings) } - .defaultSize(width: 400, height: 400) #endif } } |