1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

popout: fix sizing on older QT

This commit is contained in:
bbedward
2025-12-09 09:57:31 -05:00
parent 5647323449
commit 1f89ae9813
2 changed files with 31 additions and 29 deletions

View File

@@ -433,7 +433,7 @@ Item {
Loader {
id: contentLoader
anchors.fill: parent
active: contentWindow.visible
active: shouldBeVisible || contentWindow.visible
asynchronous: false
}
}