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

dpms: disable fade overlay in onRequestMonitorOn

This commit is contained in:
bbedward
2026-02-24 10:38:12 -05:00
parent 785243ce5f
commit 2ff78d4a02

View File

@@ -142,6 +142,12 @@ Item {
fadeDpmsWindowLoader.item.cancelFade();
}
}
function onRequestMonitorOn() {
if (!fadeDpmsWindowLoader.item)
return;
fadeDpmsWindowLoader.item.cancelFade();
}
}
}
}