mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 13:49:52 -07:00
Add support for scrolling w/ mouse when explicitly enabled (#389)
Co-authored-by: Ulyssa <git@ulyssa.dev>
This commit is contained in:
parent
3296f58859
commit
82ed796a91
3 changed files with 53 additions and 8 deletions
|
@ -189,6 +189,7 @@ pub fn mock_tunables() -> TunableValues {
|
|||
external_edit_file_suffix: String::from(".md"),
|
||||
username_display: UserDisplayStyle::Username,
|
||||
message_user_color: false,
|
||||
mouse: Default::default(),
|
||||
notifications: Notifications {
|
||||
enabled: false,
|
||||
via: NotifyVia::default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue