1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-03 20:32:07 -04:00

launcher: don't tie unload to visibility

This commit is contained in:
bbedward
2026-02-23 15:28:13 -05:00
parent 0909471510
commit 236a4d4a6d

View File

@@ -297,7 +297,7 @@ Item {
PanelWindow { PanelWindow {
id: launcherWindow id: launcherWindow
visible: root._windowEnabled && (!root.unloadContentOnClose || spotlightOpen || isClosing) visible: root._windowEnabled && (spotlightOpen || isClosing)
color: "transparent" color: "transparent"
exclusionMode: ExclusionMode.Ignore exclusionMode: ExclusionMode.Ignore