mirror of
https://github.com/godotengine/godot.git
synced 2025-01-26 11:51:13 +00:00
Run project after selecting main scene. Fixes #9077
This commit is contained in:
parent
840ac8c018
commit
1ab0a779d8
@ -1085,6 +1085,7 @@ void EditorNode::_dialog_action(String p_file) {
|
||||
GlobalConfig::get_singleton()->set("application/main_scene", p_file);
|
||||
GlobalConfig::get_singleton()->save();
|
||||
//would be nice to show the project manager opened with the highlighted field..
|
||||
_run(false, ""); // automatically run the project
|
||||
} break;
|
||||
case FILE_SAVE_OPTIMIZED: {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user