From 8a76885fb6d97fdff5f42a43fbedfbcd2111beac Mon Sep 17 00:00:00 2001 From: bbedward Date: Wed, 25 Feb 2026 12:33:32 -0500 Subject: [PATCH] desktop widgets: fix deactive loaders when widgets disabled fixes #1813 --- quickshell/Modules/Plugins/DesktopPluginWrapper.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/quickshell/Modules/Plugins/DesktopPluginWrapper.qml b/quickshell/Modules/Plugins/DesktopPluginWrapper.qml index e6c3d008..c7a5c766 100644 --- a/quickshell/Modules/Plugins/DesktopPluginWrapper.qml +++ b/quickshell/Modules/Plugins/DesktopPluginWrapper.qml @@ -351,6 +351,7 @@ Item { Loader { id: contentLoader anchors.fill: parent + active: root.widgetEnabled && root.activeComponent !== null sourceComponent: root.activeComponent function reloadComponent() {