forked from Shinonome/dots-hyprland
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