mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 13:49:52 -07:00
feat: add regex option for username_display
This commit is contained in:
parent
33d3407694
commit
7f752da89d
2 changed files with 22 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue