Add option to log synchronously, add tooltip to log filter.

This commit is contained in:
Kelebek1
2024-03-25 19:16:08 +01:00
committed by Fijxu
parent db647d915d
commit 876d7f90b6
5 changed files with 42 additions and 6 deletions

View File

@@ -604,6 +604,7 @@ struct Values {
// Miscellaneous
Setting<std::string> log_filter{linkage, "*:Info", "log_filter", Category::Miscellaneous};
Setting<bool> log_async{linkage, true, "log_async", Category::Miscellaneous};
Setting<bool> use_dev_keys{linkage, false, "use_dev_keys", Category::Miscellaneous};
// Network