[debug] Rename remaining names in accordance with PR 341 (#343)

This renames the remaining names in accordance with PR 341.

Reviewed-on: eden-emu/eden#343
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: MaranBr <maranbr@outlook.com>
Co-committed-by: MaranBr <maranbr@outlook.com>
This commit is contained in:
MaranBr 2025-08-28 16:46:24 +02:00 committed by crueter
parent 8ed05425dd
commit 428249cb01
Signed by untrusted user: crueter
GPG key ID: 425ACD2D4830EBC6
3 changed files with 10 additions and 4 deletions

View file

@ -756,7 +756,7 @@ struct Values {
// Miscellaneous
Setting<std::string> log_filter{linkage, "*:Info", "log_filter", Category::Miscellaneous};
Setting<bool> log_flush_lines{linkage, false, "flush_line", Category::Miscellaneous, Specialization::Default, true, true};
Setting<bool> log_flush_line{linkage, false, "flush_line", 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};