diff --git a/quickshell/Modals/DankLauncherV2/DankLauncherV2Modal.qml b/quickshell/Modals/DankLauncherV2/DankLauncherV2Modal.qml index 7dcae4c1..2362de78 100644 --- a/quickshell/Modals/DankLauncherV2/DankLauncherV2Modal.qml +++ b/quickshell/Modals/DankLauncherV2/DankLauncherV2Modal.qml @@ -293,7 +293,7 @@ Item { PanelWindow { id: launcherWindow - visible: root._windowEnabled && (!root.unloadContentOnClose || spotlightOpen || isClosing) + visible: root._windowEnabled && (spotlightOpen || isClosing) color: "transparent" exclusionMode: ExclusionMode.Ignore