1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

desktop widgets: fix deactive loaders when widgets disabled fixes #1813

This commit is contained in:
bbedward
2026-02-25 12:33:32 -05:00
parent 69b1e61ab7
commit 8a76885fb6

View File

@@ -351,6 +351,7 @@ Item {
Loader { Loader {
id: contentLoader id: contentLoader
anchors.fill: parent anchors.fill: parent
active: root.widgetEnabled && root.activeComponent !== null
sourceComponent: root.activeComponent sourceComponent: root.activeComponent
function reloadComponent() { function reloadComponent() {