fix(plugin): fix loadWidget

This commit is contained in:
Lemmy
2026-03-30 08:27:45 -04:00
parent 386d4d3135
commit 9bc5effb3d
+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);
}
}