From 236a4d4a6de9d5b390e1e86aa8bb40766994c836 Mon Sep 17 00:00:00 2001 From: bbedward Date: Mon, 23 Feb 2026 15:28:13 -0500 Subject: [PATCH] launcher: don't tie unload to visibility --- quickshell/Modals/DankLauncherV2/DankLauncherV2Modal.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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