summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/launcher/services/Apps.qml18
1 files changed, 0 insertions, 18 deletions
diff --git a/modules/launcher/services/Apps.qml b/modules/launcher/services/Apps.qml
index b4b766d..02d997a 100644
--- a/modules/launcher/services/Apps.qml
+++ b/modules/launcher/services/Apps.qml
@@ -74,22 +74,4 @@ Searcher {
path: `${Paths.state}/apps.sqlite`
entries: DesktopEntries.applications.values.filter(a => !Config.launcher.hiddenApps.includes(a.id))
}
-
- // Variants {
- // id: variants
-
- // model: [...DesktopEntries.applications.values].filter(a => !Config.launcher.hiddenApps.includes(a.id)).sort((a, b) => a.name.localeCompare(b.name))
-
- // QtObject {
- // required property DesktopEntry modelData
- // readonly property string id: modelData.id
- // readonly property string name: modelData.name
- // readonly property string desc: modelData.comment
- // readonly property string execString: modelData.execString
- // readonly property string wmClass: modelData.startupClass
- // readonly property string genericName: modelData.genericName
- // readonly property string categories: modelData.categories.join(" ")
- // readonly property string keywords: modelData.keywords.join(" ")
- // }
- // }
}