refactor: make options_button a NoteOptions
No reason why this needs to be a standalone bool Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -149,7 +149,7 @@ fn timeline_ui(
|
||||
let resp = ui::NoteView::new(ndb, note_cache, img_cache, ¬e)
|
||||
.note_previews(!textmode)
|
||||
.selectable_text(false)
|
||||
.use_more_options_button(true)
|
||||
.options_button(true)
|
||||
.show(ui);
|
||||
|
||||
if let Some(ba) = resp.action {
|
||||
|
||||
Reference in New Issue
Block a user