diff --git a/Apps/Keyty/Sources/Keyty/App/Lifecycle/AppController.swift b/Apps/Keyty/Sources/Keyty/App/Lifecycle/AppController.swift index 0e9a3be0..a6f5a9aa 100644 --- a/Apps/Keyty/Sources/Keyty/App/Lifecycle/AppController.swift +++ b/Apps/Keyty/Sources/Keyty/App/Lifecycle/AppController.swift @@ -81,6 +81,11 @@ extension AppController: NSApplicationDelegate { self.dependencies.captureController.stopCapturing() } + + func applicationShouldHandleReopen(_ sender: NSApplication, hasVisibleWindows flag: Bool) -> Bool { + self.showSettingsWindow(self) + return false + } } // MARK: - Settings Presentation