mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Settings filename
This commit is contained in:
@@ -237,8 +237,7 @@ String user_settings_dir() {
|
||||
}
|
||||
|
||||
String Settings::settingsFile() {
|
||||
// return user_settings_dir() + _("mse.config");
|
||||
return user_settings_dir() + _("mse8.config"); // use different file during development of C++ port
|
||||
return user_settings_dir() + _("mse.config");
|
||||
}
|
||||
|
||||
IMPLEMENT_REFLECTION_NO_SCRIPT(Settings) {
|
||||
|
||||
Reference in New Issue
Block a user