mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 15:32:50 -05:00
fix reactivity of app launcher
This commit is contained in:
@@ -10,9 +10,7 @@ import "../Common/fuzzysort.js" as Fuzzy
|
||||
Singleton {
|
||||
id: root
|
||||
|
||||
property list<DesktopEntry> applications: Array.from(DesktopEntries.applications.values)
|
||||
.filter(app => !app.noDisplay)
|
||||
.sort((a, b) => a.name.localeCompare(b.name))
|
||||
property var applications: DesktopEntries.applications.values
|
||||
|
||||
property var applicationsByName: {
|
||||
var byName = {}
|
||||
|
||||
Reference in New Issue
Block a user