From 7db9194d7ed3ca0290194170b01551b6a541c979 Mon Sep 17 00:00:00 2001 From: xdenotte Date: Sat, 19 Jul 2025 18:35:33 +0200 Subject: [PATCH] Fix starting applications --- Bar/Modules/Applauncher.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bar/Modules/Applauncher.qml b/Bar/Modules/Applauncher.qml index fb8e36a..9f4e88d 100644 --- a/Bar/Modules/Applauncher.qml +++ b/Bar/Modules/Applauncher.qml @@ -143,7 +143,7 @@ PanelWithOverlay { return; var modelData = filteredApps[selectedIndex]; - const termEmu = Quickshell.env("TERMINAL") || Quickshell.env("TERM_PROGRAM") || none; + const termEmu = Quickshell.env("TERMINAL") || Quickshell.env("TERM_PROGRAM") || ""; if (modelData.isCalculator) { Qt.callLater(function () {