You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Attempt renaming multiple times on safe file save, and make the behavior optional. Fixes #14339.
This commit is contained in:
@@ -4749,7 +4749,7 @@ EditorNode::EditorNode() {
|
||||
scene_distraction = false;
|
||||
script_distraction = false;
|
||||
|
||||
FileAccess::set_backup_save(true);
|
||||
FileAccess::set_backup_save(EDITOR_DEF("filesystem/on_save/safe_save_on_backup_then_rename", true));
|
||||
|
||||
TranslationServer::get_singleton()->set_enabled(false);
|
||||
// load settings
|
||||
|
||||
Reference in New Issue
Block a user