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

launcher: try a more targeted unload approach

This commit is contained in:
bbedward
2026-02-15 15:48:49 -05:00
parent ebe1785411
commit 0d49acaaa8
6 changed files with 16 additions and 16 deletions

View File

@@ -263,7 +263,7 @@ Item {
PanelWindow {
id: launcherWindow
visible: root._windowEnabled && (!SettingsData.dankLauncherV2UnloadOnClose || spotlightOpen || isClosing)
visible: root._windowEnabled
color: "transparent"
exclusionMode: ExclusionMode.Ignore
@@ -376,7 +376,9 @@ Item {
LauncherContent {
id: launcherContent
anchors.fill: parent
focus: true
parentModal: root
heavyContentActive: !SettingsData.dankLauncherV2UnloadOnClose || spotlightOpen || isClosing
}
Keys.onEscapePressed: event => {