diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index b125b622aad..42f67113107 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -1922,6 +1922,9 @@ void EditorNode::_run(bool p_current,const String& p_custom) { log->clear(); } + if (bool(EDITOR_DEF("run/always_open_output_on_play", true))) { + make_bottom_panel_item_visible(log); + } List breakpoints; editor_data.get_editor_breakpoints(&breakpoints);