Support configuring user gutter width (#223)

This commit is contained in:
mordquist 2024-03-24 02:54:26 +01:00 committed by GitHub
parent 23a729e565
commit 46e081b1e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 30 additions and 18 deletions

View file

@ -203,6 +203,7 @@ pub fn mock_tunables() -> TunableValues {
message_user_color: false,
notifications: Notifications { enabled: false, show_message: None },
image_preview: None,
user_gutter_width: 30,
}
}