summaryrefslogtreecommitdiff
path: root/Sora/SoraApp.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sora/SoraApp.swift')
-rw-r--r--Sora/SoraApp.swift3
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
}
}