diff --git a/Commons/Settings.qml b/Commons/Settings.qml index 1339f952..f481aa92 100644 --- a/Commons/Settings.qml +++ b/Commons/Settings.qml @@ -401,8 +401,8 @@ Singleton { for (var i = widgets.length - 1; i >= 0; i--) { var widget = widgets[i] if (!BarWidgetRegistry.hasWidget(widget.id)) { - widgets.splice(i, 1) Logger.warn(`Settings`, `Deleted invalid widget ${widget.id}`) + widgets.splice(i, 1) } } }