femanager: save frontend.conf if new entries are present

This commit is contained in:
Stefan Seyfried
2013-03-03 19:43:32 +01:00
parent adf0013f23
commit e86de54f9c

View File

@@ -245,6 +245,8 @@ bool CFEManager::loadSettings()
} }
} }
if (configfile.getUnknownKeyQueryedFlag())
configfile.saveConfig(FECONFIGFILE);
setMode(newmode, true); setMode(newmode, true);
return true; return true;
} }