1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 21:02:06 -04:00

launcher: don't tie unload to visibility

This commit is contained in:
bbedward
2026-02-23 15:28:13 -05:00
parent bea325e94c
commit 93ed96a789

View File

@@ -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