Launcher: add app2unit options (hopefully)

This commit is contained in:
Ly-sec 2025-09-06 00:30:47 +02:00
parent a4c98f1382
commit 2533c52e27
3 changed files with 13 additions and 1 deletions

View file

@ -59,6 +59,13 @@ ColumnLayout {
onToggled: checked => Settings.data.appLauncher.enableClipboardHistory = checked
}
NToggle {
label: "Use App2Unit for Launching"
description: "Use app2unit -- 'desktop-entry' when launching applications for better systemd integration."
checked: Settings.data.appLauncher.useApp2Unit
onToggled: checked => Settings.data.appLauncher.useApp2Unit = checked
}
ColumnLayout {
spacing: Style.marginXXS * scaling
Layout.fillWidth: true