1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-03 20:32:07 -04:00

widgets: set updatesEnabled false on background layers, if qs supports

it
This commit is contained in:
bbedward
2026-02-24 13:16:05 -05:00
parent fb66effa51
commit 8d77122da3
3 changed files with 64 additions and 0 deletions

View File

@@ -288,6 +288,10 @@ Item {
screen: root.screen
visible: false
color: "transparent"
Component.onCompleted: {
if (typeof updatesEnabled !== "undefined")
updatesEnabled = false;
}
WlrLayershell.namespace: root.layerNamespace + ":background"
WlrLayershell.layer: WlrLayershell.Top