| 407 | } |
| 408 | |
| 409 | void EditorInterface::set_main_screen_editor(const String &p_name) { |
| 410 | EditorNode::get_singleton()->get_editor_main_screen()->select_by_name(p_name); |
| 411 | } |
| 412 | |
| 413 | void EditorInterface::set_distraction_free_mode(bool p_enter) { |
| 414 | EditorNode::get_singleton()->set_distraction_free_mode(p_enter); |
no test coverage detected