Merge pull request #6575 from Geequlim/more_themes
More custom theme support for editor
This commit is contained in:
commit
de648e552b
5 changed files with 19 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue