From 1bd1af776c111f1efdd9a3b0259d8f916c052ef2 Mon Sep 17 00:00:00 2001 From: mbalint12 Date: Mon, 6 Feb 2017 17:50:01 +0100 Subject: Add editor option for automatically closing the output when stopping the game. --- tools/editor/editor_settings.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/editor/editor_settings.cpp') diff --git a/tools/editor/editor_settings.cpp b/tools/editor/editor_settings.cpp index 1cdc42654..ebac77699 100644 --- a/tools/editor/editor_settings.cpp +++ b/tools/editor/editor_settings.cpp @@ -655,6 +655,7 @@ void EditorSettings::_load_defaults(Ref p_extra_config) { set("run/auto_save/save_before_running",true); set("run/output/always_clear_output_on_play",true); set("run/output/always_open_output_on_play",true); + set("run/output/always_close_output_on_stop",false); set("filesystem/resources/save_compressed_resources",true); set("filesystem/resources/auto_reload_modified_images",true); -- cgit v1.2.3-70-g09d2