@ -99,7 +99,7 @@ QDBusObjectPath ApplicationService::Launch(const QString &action, const QStringL
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto &actionHeader = QString{"%1%2"}.arg(DesktopFileEntryKey, action);
|
const auto &actionHeader = QString{"%1%2"}.arg(DesktopFileActionKey, action);
|
||||||
const auto &actionExec = m_entry->value(actionHeader, "Exec");
|
const auto &actionExec = m_entry->value(actionHeader, "Exec");
|
||||||
if (!actionExec) {
|
if (!actionExec) {
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user