Ariver
2026-06-07 0f1f2221235caab7f7d3ede783c24373c7ed3dd1
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 {