فهرست منبع

Add new option to always open output on play

Guilherme Felipe 8 سال پیش
والد
کامیت
faf6f865dd
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      tools/editor/editor_node.cpp

+ 3 - 0
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<String> breakpoints;
 	editor_data.get_editor_breakpoints(&breakpoints);