diff --git a/quickshell/Widgets/DankPopout.qml b/quickshell/Widgets/DankPopout.qml index ac05df83..1c9207b6 100644 --- a/quickshell/Widgets/DankPopout.qml +++ b/quickshell/Widgets/DankPopout.qml @@ -289,7 +289,7 @@ Item { visible: false color: "transparent" Component.onCompleted: { - if (typeof updatesEnabled !== "undefined") + if (typeof updatesEnabled !== "undefined" && !root.overlayContent) updatesEnabled = false; }