1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

widgets: refresh layout on plugin load

fixes #1414
This commit is contained in:
bbedward
2026-01-17 12:26:46 -05:00
parent ad940b5884
commit 27f0df07af

View File

@@ -365,6 +365,7 @@ Item {
onContentItemReady: contentItem => {
contentItem.widthChanged.connect(() => layoutTimer.restart());
contentItem.heightChanged.connect(() => layoutTimer.restart());
layoutTimer.restart();
}
onActiveChanged: layoutTimer.restart()