diff --git a/quickshell/Widgets/DankPopoutStandalone.qml b/quickshell/Widgets/DankPopoutStandalone.qml index 644645e5a..919101df4 100644 --- a/quickshell/Widgets/DankPopoutStandalone.qml +++ b/quickshell/Widgets/DankPopoutStandalone.qml @@ -847,7 +847,7 @@ Item { x: Theme.snap(contentContainer.animX + (rollOutAdjuster.baseWidth - width) * (1 - contentContainer.scaleValue) * 0.5, root.dpr) y: Theme.snap(contentContainer.animY + (rollOutAdjuster.baseHeight - height) * (1 - contentContainer.scaleValue) * 0.5, root.dpr) - layer.enabled: !Theme.isDirectionalEffect && publishedOpacity < 1 + layer.enabled: !Theme.isDirectionalEffect && _renderActive layer.smooth: false layer.textureSize: Qt.size(0, 0)