1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-13 06:33:30 -04:00

niri: add option to disable overview launcher (#887)

This commit is contained in:
Lucas
2025-12-02 20:04:04 -03:00
committed by GitHub
parent 02dd19962f
commit 75af444cee
4 changed files with 66 additions and 1 deletions
+1 -1
View File
@@ -712,7 +712,7 @@ Item {
LazyLoader {
id: niriOverviewOverlayLoader
active: CompositorService.isNiri
active: CompositorService.isNiri && SettingsData.niriOverviewOverlayEnabled
component: NiriOverviewOverlay {
id: niriOverviewOverlay
}