diff options
| author | Guilherme Felipe | 2017-01-25 15:13:07 -0200 |
|---|---|---|
| committer | Guilherme Felipe | 2017-01-25 15:13:07 -0200 |
| commit | d59d8991035db5c33f04266823ad2aa686758a82 (patch) | |
| tree | 20c5f8f2c6885d892466a14b5ec276b2256b8128 /tools/editor/editor_settings.cpp | |
| parent | 355ce0d0de2787c9dba25d623c1a4cda314d12d5 (diff) | |
| download | godot-d59d8991035db5c33f04266823ad2aa686758a82.tar.gz godot-d59d8991035db5c33f04266823ad2aa686758a82.tar.zst godot-d59d8991035db5c33f04266823ad2aa686758a82.zip | |
Add run/output category
Diffstat (limited to '')
| -rw-r--r-- | tools/editor/editor_settings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_settings.cpp b/tools/editor/editor_settings.cpp index 27aeaeb5b..822497fca 100644 --- a/tools/editor/editor_settings.cpp +++ b/tools/editor/editor_settings.cpp @@ -653,6 +653,8 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> 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("filesystem/resources/save_compressed_resources",true); set("filesystem/resources/auto_reload_modified_images",true); |
