1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Merge pull request #6575 from Geequlim/more_themes

More custom theme support for editor
This commit is contained in:
Rémi Verschelde
2016-10-03 11:50:18 +02:00
committed by GitHub
5 changed files with 19 additions and 13 deletions

View File

@@ -2678,7 +2678,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
} break;
case RUN_PLAY_NATIVE: {
bool autosave = EDITOR_DEF("run/auto_save_before_running",true);
if (autosave) {
_menu_option_confirm(FILE_SAVE_ALL_SCENES, false);