Move config and save data to %APPDATA%

This commit is contained in:
Hyper
2024-10-21 15:34:03 +01:00
parent 5508b23f39
commit 2e9d49f17d
4 changed files with 29 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ void Config::Load()
{
try
{
auto toml = toml::parse_file(TOML_FILE);
auto toml = toml::parse_file((GetUserPath() / TOML_FILE).string());
TOML_BEGIN_SECTION("System")
{