UI: ConfAppManager: Fix typo

This commit is contained in:
Nodir Temirkhodjaev 2024-10-21 17:16:53 +05:00
parent 4274370f05
commit ea9e2bcade

View File

@ -432,7 +432,7 @@ bool ConfAppManager::deleteApp(qint64 appId, bool &isWildcard)
if (resList.at(0).toBool()) {
isWildcard = true;
} else {
const QString appPath = resList.at(0).toString();
const QString appPath = resList.at(1).toString();
updateDriverDeleteApp(appPath);
}