Launcher: add sort by most used option

This commit is contained in:
Ly-sec
2025-09-18 16:53:38 +02:00
parent a1aabd02f5
commit 3d9295856c
3 changed files with 86 additions and 2 deletions
@@ -93,6 +93,13 @@ ColumnLayout {
onToggled: checked => Settings.data.appLauncher.enableClipboardHistory = checked
}
NToggle {
label: "Sort by Most Used"
description: "When enabled, frequently launched apps appear first in the list."
checked: Settings.data.appLauncher.sortByMostUsed
onToggled: checked => Settings.data.appLauncher.sortByMostUsed = checked
}
NToggle {
label: "Use App2Unit for Launching"
description: "Use app2unit -- 'desktop-entry' when launching applications for better systemd integration."