mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
niri: add option to disable overview launcher (#887)
This commit is contained in:
@@ -712,7 +712,7 @@ Item {
|
||||
|
||||
LazyLoader {
|
||||
id: niriOverviewOverlayLoader
|
||||
active: CompositorService.isNiri
|
||||
active: CompositorService.isNiri && SettingsData.niriOverviewOverlayEnabled
|
||||
component: NiriOverviewOverlay {
|
||||
id: niriOverviewOverlay
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user