From 93ed96a789226f4f2d0a5860ad4d80679d4ee255 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 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