|
@@ -789,7 +789,7 @@ void EditorSettings::create() {
|
|
|
|
|
|
// Validate editor config file
|
|
// Validate editor config file
|
|
|
|
|
|
- String config_file_name = "editor_settings-3.tres";
|
|
|
|
|
|
+ String config_file_name = "editor_settings-" + itos(VERSION_MAJOR) + ".tres";
|
|
config_file_path = config_dir.plus_file(config_file_name);
|
|
config_file_path = config_dir.plus_file(config_file_name);
|
|
if (!dir->file_exists(config_file_name)) {
|
|
if (!dir->file_exists(config_file_name)) {
|
|
goto fail;
|
|
goto fail;
|