Save path should always be normalized
This commit is contained in:
@@ -23,7 +23,7 @@ void GeneralSettings::render() {
|
||||
return;
|
||||
}
|
||||
|
||||
general->savesPath = *filelist;
|
||||
general->savesPath = fs::absolute(*filelist).string();
|
||||
Options::GetInstance().SetValue<std::string>("general", "savePath", general->savesPath);
|
||||
general->modified = true;
|
||||
}, this, window.getHandle(), nullptr, false);
|
||||
|
||||
Reference in New Issue
Block a user