1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

fix exit anim

This commit is contained in:
bbedward
2025-09-30 11:05:15 -04:00
parent 91aba84c29
commit 165f7e0720

View File

@@ -172,7 +172,7 @@ PanelWindow {
id: contentLoader
anchors.fill: parent
active: root.shouldBeVisible
active: root.shouldBeVisible || root.visible
asynchronous: false
}
@@ -207,7 +207,7 @@ PanelWindow {
objectName: "modalFocusScope"
anchors.fill: parent
visible: root.shouldBeVisible
visible: root.shouldBeVisible || root.visible
focus: root.shouldBeVisible
Keys.onEscapePressed: event => {
if (root.closeOnEscapeKey && shouldHaveFocus) {