mirror of
https://github.com/tnodir/fort
synced 2024-11-15 06:35:23 +00:00
UI: ConfManager: Fix typo
This commit is contained in:
parent
e89286d69c
commit
13771608aa
@ -679,11 +679,12 @@ qint64 ConfManager::appIdByPath(const QString &appPath)
|
||||
bool ConfManager::addApp(const QString &appPath, const QString &appName, const QDateTime &endTime,
|
||||
int groupIndex, bool useGroupPerm, bool applyChild, bool blocked)
|
||||
{
|
||||
if (!updateDriverUpdateApp(appPath, groupIndex, useGroupPerm, applyChild, applyChild, blocked))
|
||||
if (!updateDriverUpdateApp(
|
||||
appPath, groupIndex, useGroupPerm, applyChild, blocked, /*remove=*/false))
|
||||
return false;
|
||||
|
||||
return addOrUpdateApp(
|
||||
appPath, appName, endTime, groupIndex, useGroupPerm, applyChild, blocked, false);
|
||||
return addOrUpdateApp(appPath, appName, endTime, groupIndex, useGroupPerm, applyChild, blocked,
|
||||
/*alerted=*/false);
|
||||
}
|
||||
|
||||
bool ConfManager::deleteApp(qint64 appId)
|
||||
|
Loading…
Reference in New Issue
Block a user