We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d36b5 commit 93fa08eCopy full SHA for 93fa08e
1 file changed
singularity/AppDelegate.swift
@@ -17,7 +17,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate {
17
private var didHideInitially: Bool = false // legacy; no longer used to hide at launch
18
private var lastReopenAt: Date = .distantPast
19
private var statusItem: NSStatusItem? = nil
20
- private let backgroundReleasedHotkeys: [Int] = [2, 30, 40, 5, 6, 7, 8]
+ private let backgroundReleasedHotkeys: [Int] = [2, 30, 5, 6, 7, 8]
21
func applicationDidFinishLaunching(_ notification: Notification) {
22
// Ensure app can be recovered during launch; adjust after reading prefs
23
NSApplication.shared.setActivationPolicy(.regular)
0 commit comments