Add config to silence all logs

This commit is contained in:
Nekotekina 2020-02-01 07:14:26 +03:00
parent 943368912b
commit efafda2650
6 changed files with 20 additions and 0 deletions

View file

@ -624,6 +624,7 @@ struct cfg_root : cfg::node
cfg::_bool show_shader_compilation_hint{ this, "Show shader compilation hint", true, true };
cfg::_bool use_native_interface{ this, "Use native user interface", true };
cfg::string gdb_server{this, "GDB Server", "127.0.0.1:2345"};
cfg::_bool silence_all_logs{this, "Silence All Logs", false, false};
} misc{this};