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:
@@ -108,7 +108,7 @@ pub fn render_note_preview(
|
||||
.small_pfp(true)
|
||||
.wide(true)
|
||||
.note_previews(false)
|
||||
.use_more_options_button(true)
|
||||
.options_button(true)
|
||||
.show(ui);
|
||||
|
||||
if let Some(selection) = resp.option_selection {
|
||||
|
||||
Reference in New Issue
Block a user