default autogen to 0

This commit is contained in:
vaxerski 2022-04-15 21:46:47 +02:00
parent ca432cc589
commit 83547e472d
1 changed files with 2 additions and 0 deletions

View File

@ -334,6 +334,8 @@ void ConfigManager::loadConfigLoadVars() {
ConfigManager::currentCategory = ""; // reset the category
ConfigManager::windowRules.clear(); // Clear rules
configValues["autogenerated"].intValue = 0;
if (loadBar && g_pWindowManager->statusBar) {
// clear modules as we overwrite them
for (auto& m : g_pWindowManager->statusBar->modules) {