mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
exclude noDisplay runInTerminal DesktopEntries
This commit is contained in:
@@ -10,7 +10,7 @@ import "../Common/fuzzysort.js" as Fuzzy
|
||||
Singleton {
|
||||
id: root
|
||||
|
||||
property var applications: DesktopEntries.applications.values
|
||||
property var applications: DesktopEntries.applications.values.filter(app => !app.noDisplay && !app.runInTerminal)
|
||||
|
||||
property var preppedApps: applications.map(app => ({
|
||||
"name": Fuzzy.prepare(
|
||||
|
||||
Reference in New Issue
Block a user