mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
exclude noDisplay runInTerminal DesktopEntries
This commit is contained in:
@@ -10,7 +10,7 @@ import "../Common/fuzzysort.js" as Fuzzy
|
|||||||
Singleton {
|
Singleton {
|
||||||
id: root
|
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 => ({
|
property var preppedApps: applications.map(app => ({
|
||||||
"name": Fuzzy.prepare(
|
"name": Fuzzy.prepare(
|
||||||
|
|||||||
Reference in New Issue
Block a user