Ariver
2026-06-05 e5627facd571293ebba8f05f970121716af39603
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 {