reset autogenerated status on config load

This commit is contained in:
vaxerski 2022-04-09 16:52:05 +02:00
parent 7996abc8ed
commit 25299b80bb

View file

@ -284,6 +284,7 @@ void CConfigManager::loadConfigLoadVars() {
Debug::log(LOG, "Reloading the config!"); Debug::log(LOG, "Reloading the config!");
parseError = ""; // reset the error parseError = ""; // reset the error
currentCategory = ""; // reset the category currentCategory = ""; // reset the category
configValues["autogenerated"].intValue = 0; // reset autogenerated status
m_dMonitorRules.clear(); m_dMonitorRules.clear();
m_dWindowRules.clear(); m_dWindowRules.clear();