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

Sync up Frame w/Master branch updates

This commit is contained in:
purian23
2026-04-28 01:47:23 -04:00
parent 0f503ef225
commit 324d9b152a
8 changed files with 58 additions and 76 deletions

View File

@@ -55,7 +55,7 @@ Item {
}
Connections {
target: root.targetWindow
target: root.targetWindow ?? null
function onVisibleChanged() {
if (root.targetWindow && root.targetWindow.visible) {
root._region = null;