Right now when UserSettings.json can not be found, it is logged as an error and the program will exit.
And when Logs.json can not be found, the program will throw an error.
I want it to be so that when these files can't be found, it will create new files with default settings so that the application can continue to run.
Right now when UserSettings.json can not be found, it is logged as an error and the program will exit. And when Logs.json can not be found, the program will throw an error.
I want it to be so that when these files can't be found, it will create new files with default settings so that the application can continue to run.