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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user