Skip to content

Commit 93fa08e

Browse files
committed
Fix CMD+Shift+Enter to front
1 parent 07d36b5 commit 93fa08e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

singularity/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate {
1717
private var didHideInitially: Bool = false // legacy; no longer used to hide at launch
1818
private var lastReopenAt: Date = .distantPast
1919
private var statusItem: NSStatusItem? = nil
20-
private let backgroundReleasedHotkeys: [Int] = [2, 30, 40, 5, 6, 7, 8]
20+
private let backgroundReleasedHotkeys: [Int] = [2, 30, 5, 6, 7, 8]
2121
func applicationDidFinishLaunching(_ notification: Notification) {
2222
// Ensure app can be recovered during launch; adjust after reading prefs
2323
NSApplication.shared.setActivationPolicy(.regular)

0 commit comments

Comments
 (0)