You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENES
This commit is contained in:
@@ -2678,7 +2678,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
|
|||||||
|
|
||||||
bool autosave = EDITOR_DEF("run/auto_save_before_running",true);
|
bool autosave = EDITOR_DEF("run/auto_save_before_running",true);
|
||||||
if (autosave) {
|
if (autosave) {
|
||||||
_menu_option_confirm(FILE_SAVE_SCENE, false);
|
_menu_option_confirm(FILE_SAVE_ALL_SCENES, false);
|
||||||
}
|
}
|
||||||
if (run_native->is_deploy_debug_remote_enabled()){
|
if (run_native->is_deploy_debug_remote_enabled()){
|
||||||
_menu_option_confirm(RUN_STOP,true);
|
_menu_option_confirm(RUN_STOP,true);
|
||||||
|
|||||||
Reference in New Issue
Block a user