mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Add support for previewing images in room scrollback (#108)
This commit is contained in:
parent
974775b29b
commit
221faa828d
15 changed files with 588 additions and 29 deletions
|
@ -172,6 +172,7 @@ pub fn mock_dirs() -> DirectoryValues {
|
|||
cache: PathBuf::new(),
|
||||
logs: PathBuf::new(),
|
||||
downloads: None,
|
||||
image_previews: PathBuf::new(),
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -195,6 +196,7 @@ pub fn mock_tunables() -> TunableValues {
|
|||
.collect::<HashMap<_, _>>(),
|
||||
open_command: None,
|
||||
username_display: UserDisplayStyle::Username,
|
||||
image_preview: None,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue