From f2b9ec90f45b75d482e6dbec4ae068f428620f8e Mon Sep 17 00:00:00 2001 From: lysec Date: Sat, 25 Oct 2025 11:52:44 +0200 Subject: [PATCH] Autoformat --- Modules/Launcher/Plugins/ApplicationsPlugin.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Launcher/Plugins/ApplicationsPlugin.qml b/Modules/Launcher/Plugins/ApplicationsPlugin.qml index 76113801..043bc52b 100644 --- a/Modules/Launcher/Plugins/ApplicationsPlugin.qml +++ b/Modules/Launcher/Plugins/ApplicationsPlugin.qml @@ -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)