1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

dpms: disable fade overlay in onRequestMonitorOn

This commit is contained in:
bbedward
2026-02-24 10:38:12 -05:00
parent f5235c943b
commit 8803c94ce0

View File

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