diff --git a/exhale/exhale.xcodeproj/project.xcworkspace/xcuserdata/peterklingelhofer.xcuserdatad/UserInterfaceState.xcuserstate b/exhale/exhale.xcodeproj/project.xcworkspace/xcuserdata/peterklingelhofer.xcuserdatad/UserInterfaceState.xcuserstate index a88df4f..53ff54b 100644 Binary files a/exhale/exhale.xcodeproj/project.xcworkspace/xcuserdata/peterklingelhofer.xcuserdatad/UserInterfaceState.xcuserstate and b/exhale/exhale.xcodeproj/project.xcworkspace/xcuserdata/peterklingelhofer.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/exhale/exhale/AppDelegate.swift b/exhale/exhale/AppDelegate.swift index 1d44aa4..0530403 100644 --- a/exhale/exhale/AppDelegate.swift +++ b/exhale/exhale/AppDelegate.swift @@ -66,6 +66,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { ).environmentObject(settingsModel)) settingsWindow.title = "Preferences" + showSettings(nil) } func applicationWillTerminate(_ notification: Notification) {