App launcher: start in terminal when defined in desktop files
This commit is contained in:
@@ -27,7 +27,7 @@ class QString;
|
||||
class QTextStream;
|
||||
|
||||
struct DesktopAppData {
|
||||
DesktopAppData() = default;
|
||||
DesktopAppData() : showInTerminal() {}
|
||||
|
||||
DesktopAppData(
|
||||
QString name,
|
||||
|
||||
Reference in New Issue
Block a user