feat: add regex option for username_display

This commit is contained in:
Youwen Wu 2025-06-16 10:36:27 -07:00
parent 33d3407694
commit 7f752da89d
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 22 additions and 0 deletions

View file

@ -189,6 +189,7 @@ pub fn mock_tunables() -> TunableValues {
open_command: None,
external_edit_file_suffix: String::from(".md"),
username_display: UserDisplayStyle::Username,
username_display_regex: Some(String::from(".*")),
message_user_color: false,
mouse: Default::default(),
notifications: Notifications {