This commit is contained in:
ItsLemmy
2025-10-14 19:32:41 -04:00
parent 23b26a8ca7
commit c082f4e871
3 changed files with 45 additions and 45 deletions
+6 -6
View File
@@ -397,12 +397,12 @@ ColumnLayout {
availableWidgets.clear()
const widgets = BarWidgetRegistry.getAvailableWidgets()
widgets.forEach(entry => {
availableWidgets.append({
"key": entry,
"name": entry,
"badgeLocations": getWidgetLocations(entry)
})
})
availableWidgets.append({
"key": entry,
"name": entry,
"badgeLocations": getWidgetLocations(entry)
})
})
}
// Base list model for all combo boxes