Add new option to always open output on play

This commit is contained in:
Guilherme Felipe 2016-12-24 20:39:16 -02:00
parent 83b82fc267
commit faf6f865dd

View file

@ -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);