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

dankdash: fix menu overlays

This commit is contained in:
bbedward
2026-02-25 14:37:37 -05:00
parent 18b20d3225
commit 67a6427418

View File

@@ -289,7 +289,7 @@ Item {
visible: false
color: "transparent"
Component.onCompleted: {
if (typeof updatesEnabled !== "undefined")
if (typeof updatesEnabled !== "undefined" && !root.overlayContent)
updatesEnabled = false;
}