forked from eden-emu/eden
[android, ci] disable workflows, update ERF desc, default flush_lines to on (#132)
title says it all Reviewed-on: eden-emu/eden#132
This commit is contained in:
parent
410e782291
commit
8dd0e84343
5 changed files with 10 additions and 11 deletions
|
@ -705,7 +705,7 @@ struct Values {
|
|||
|
||||
// Miscellaneous
|
||||
Setting<std::string> log_filter{linkage, "*:Info", "log_filter", Category::Miscellaneous};
|
||||
Setting<bool> log_flush_lines{linkage, false, "flush_lines", Category::Miscellaneous};
|
||||
Setting<bool> log_flush_lines{linkage, true, "flush_lines", Category::Miscellaneous, Specialization::Default, true, true};
|
||||
Setting<bool> censor_username{linkage, true, "censor_username", Category::Miscellaneous};
|
||||
Setting<bool> use_dev_keys{linkage, false, "use_dev_keys", Category::Miscellaneous};
|
||||
Setting<bool> first_launch{linkage, true, "first_launch", Category::Miscellaneous};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue