mirror of
https://github.com/tnodir/fort
synced 2024-11-14 22:05:12 +00:00
UI: ConfAppManager: Fix typo
This commit is contained in:
parent
4274370f05
commit
ea9e2bcade
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user