Fixed translations and added feedback from PR
This commit is contained in:
@@ -114,7 +114,7 @@ void AppLauncherWidget::launch(const QModelIndex &index) {
|
||||
tr("Unable to launch in terminal."));
|
||||
}
|
||||
} else {
|
||||
QProcess::startDetached(app_name,{m_tempFile});
|
||||
QProcess::startDetached(app_name,{m_tempFile});
|
||||
}
|
||||
if (!m_keepOpen) {
|
||||
close();
|
||||
|
||||
Reference in New Issue
Block a user