mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-06 13:38: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.topMargin: Theme.spacingS
|
||||||
anchors.bottomMargin: Theme.spacingS
|
anchors.bottomMargin: Theme.spacingS
|
||||||
spacing: Theme.spacingS
|
spacing: Theme.spacingS
|
||||||
model: ScriptModel {
|
model: root.filteredPlugins
|
||||||
values: root.filteredPlugins
|
|
||||||
objectProp: "id"
|
|
||||||
}
|
|
||||||
clip: true
|
clip: true
|
||||||
visible: !root.isLoading
|
visible: !root.isLoading
|
||||||
add: null
|
add: null
|
||||||
|
|||||||
Reference in New Issue
Block a user