mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-12 20:09:59 -05:00
overview: allow disabling overview (showing search only)
This commit is contained in:
@@ -122,7 +122,7 @@ Scope {
|
||||
|
||||
Loader {
|
||||
id: overviewLoader
|
||||
active: GlobalStates.overviewOpen
|
||||
active: GlobalStates.overviewOpen && (Config?.options.overview.enable ?? true)
|
||||
sourceComponent: OverviewWidget {
|
||||
panelWindow: root
|
||||
visible: (root.searchingText == "")
|
||||
|
||||
Reference in New Issue
Block a user