Autoformat

This commit is contained in:
lysec
2025-10-25 11:52:44 +02:00
parent e26c2874b5
commit f2b9ec90f4
@@ -205,7 +205,7 @@ Item {
if (Settings.data.appLauncher.customLaunchPrefixEnabled && Settings.data.appLauncher.customLaunchPrefix) {
// Use custom launch prefix
const prefix = Settings.data.appLauncher.customLaunchPrefix.split(" ")
if (app.runInTerminal) {
// For terminal apps, use the app command directly
const command = prefix.concat(app.command)