toml format is now used for settings file

This commit is contained in:
MihailRis
2023-11-14 15:51:26 +03:00
parent 3723cf491f
commit 69b309dc60
5 changed files with 63 additions and 353 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#include "../typedefs.h"
#define SETTINGS_FILE "settings.json"
#define SETTINGS_FILE "settings.toml"
#define SCREENSHOTS_FOLDER "screenshots"
using std::string;