1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-02 03:28:28 -04:00

fix(PluginBrowser): simplify model binding for filtered plugins

- Fixes #2721
This commit is contained in:
purian23
2026-07-02 23:01:23 -04:00
parent 186621ab81
commit a3ecef7627
@@ -869,10 +869,7 @@ FloatingWindow {
anchors.topMargin: Theme.spacingS
anchors.bottomMargin: Theme.spacingS
spacing: Theme.spacingS
model: ScriptModel {
values: root.filteredPlugins
objectProp: "id"
}
model: root.filteredPlugins
clip: true
visible: !root.isLoading
add: null