From 0538ecfabde1883b71971cf0ce62a4d14ff072cd Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 20 Feb 2025 02:40:26 -0800 Subject: feat: Development commit --- Sora/SoraApp.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Sora/SoraApp.swift') 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 } } -- cgit v1.2.3