diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-05 20:35:53 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-05 20:35:53 +0200 |
| commit | f20bd89dc4a7bf14a88b1effcaa1887b29314525 (patch) | |
| tree | d114787f68efd2a7d61d95fa9c84e8e5d69a7c11 /.gut_editor_config.json | |
| parent | 1b477b62f8be8c546a35dbd1d2688ebf623c496f (diff) | |
| download | texty-f20bd89dc4a7bf14a88b1effcaa1887b29314525.tar.xz texty-f20bd89dc4a7bf14a88b1effcaa1887b29314525.zip | |
gui: split GUI into Terminal components
Diffstat (limited to '.gut_editor_config.json')
| -rw-r--r-- | .gut_editor_config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gut_editor_config.json b/.gut_editor_config.json index d05bd4e..413f9f1 100644 --- a/.gut_editor_config.json +++ b/.gut_editor_config.json @@ -15,13 +15,13 @@ "inner_class": null, "junit_xml_file": "", "junit_xml_timestamp": false, - "log_level": 1, + "log_level": 0, "opacity": 100, "post_run_script": "", "pre_run_script": "", "prefix": "test_", "selected": null, - "should_exit": false, + "should_exit": true, "should_exit_on_success": true, "should_maximize": true, "compact_mode": false, |
