Better code for config defaults

This commit is contained in:
N00MKRAD
2020-11-27 09:45:06 +01:00
parent c1caa7bb77
commit 64d1d040ef
6 changed files with 38 additions and 40 deletions

View File

@@ -29,7 +29,7 @@ namespace Flowframes
Paths.Init();
Config.Init();
if (Config.GetBool("deleteLogsOnStartup"))
if (Config.GetBool("delLogsOnStartup"))
IOUtils.DeleteContentsOfDir(Paths.GetLogPath()); // Clear out older logs not from this session
string oldExePath = IOUtils.GetExe() + ".old";