diff --git a/src/launchermodel.cpp b/src/launchermodel.cpp index b277680..5432620 100755 --- a/src/launchermodel.cpp +++ b/src/launchermodel.cpp @@ -310,6 +310,7 @@ void LauncherModel::addApp(const QString &fileName) appExec.remove(QRegularExpression("%.")); appExec.remove(QRegularExpression("^\"")); // appExec.remove(QRegularExpression(" *$")); + appExec = appExec.replace("\"", ""); appExec = appExec.simplified(); LauncherItem *item = new LauncherItem;