This commit is contained in:
Lysec
2026-03-30 14:29:38 +02:00
+1 -1
View File
@@ -65,7 +65,7 @@ Item {
root.reloadCounter++;
// Plugin widgets use setSource, so also trigger reload directly
if (root._isPlugin && loader.active)
root._loadPluginWidget();
root._loadWidget();
Logger.d("BarWidgetLoader", "Plugin widget registry updated, reloading:", root.widgetId);
}
}