mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-05 08:55:45 +00:00
Add option to log synchronously, add tooltip to log filter.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user