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