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