Move dialog logic into check_privilege

This commit is contained in:
AdenKoperczak 2025-01-11 13:36:32 -05:00
parent 6408e1b876
commit 4a4075b50f
4 changed files with 136 additions and 89 deletions

View file

@ -394,6 +394,7 @@ bool GeneralSettings::Shutdown()
dataChanged |= p->loopTime_.Commit();
dataChanged |= p->processModuleWarningsEnabled_.Commit();
dataChanged |= p->trackLocation_.Commit();
dataChanged |= p->highPrivilegeWarningEnabled_.Commit();
return dataChanged;
}