fix ForceChildrenDisabled

This commit is contained in:
offhub 2024-07-23 00:46:55 +03:00 committed by GitHub
parent c2265af682
commit 03c5580fc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ void COptionsWindow::SaveForced()
else {
switch (Type) {
case eProcess: ForceProcessDisabled.append(pItem->data(1, Qt::UserRole).toString()); break;
case eParent: ForceChildrenDisabled.append(pItem->data(1, Qt::UserRole).toString()); break;
case ePath: ForceFolderDisabled.append(pItem->data(1, Qt::UserRole).toString()); break;
}
}