Skip to content

Commit

Permalink
feat: open settings on app open
Browse files Browse the repository at this point in the history
  • Loading branch information
peterklingelhofer committed Mar 19, 2023
1 parent 8d7667d commit b895690
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions exhale/exhale/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
).environmentObject(settingsModel))

settingsWindow.title = "Preferences"
showSettings(nil)
}

func applicationWillTerminate(_ notification: Notification) {
Expand Down

0 comments on commit b895690

Please sign in to comment.