Fix starting applications
This commit is contained in:
parent
ecb11f1278
commit
7db9194d7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue