diff --git a/Leader Key/AppDelegate.swift b/Leader Key/AppDelegate.swift index 68190e69..e449285c 100644 --- a/Leader Key/AppDelegate.swift +++ b/Leader Key/AppDelegate.swift @@ -126,6 +126,9 @@ class AppDelegate: NSObject, NSApplicationDelegate, self.processKeys([groupKey]) } } + if Defaults[.groupShortcuts].isEmpty && !KeyboardShortcuts.isEnabled(for: .activate) { + showSettings() + } } func applicationWillTerminate(_ notification: Notification) {