Ariver
2026-06-04 be83948fab7b643634ede2403abdca27e6b45f29
Apptag/QuickSearch.swift
@@ -15,6 +15,13 @@
    static let globalVisible = "globalVisible"
}
enum QuickSearchDismissSource {
    static let keyboard = "keyboard"
    static let mouse = "mouse"
    static let backdrop = "backdrop"
    static let programmatic = "programmatic"
}
// MARK: - Hotkeys
struct LauncherHotkey: Equatable {