mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 04:09:29 +01:00
Better code for config defaults
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user