Add 'more options' to each note
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -67,6 +67,7 @@ impl<'a> PostReplyView<'a> {
|
||||
ui::NoteView::new(self.ndb, self.note_cache, self.img_cache, self.note)
|
||||
.actionbar(false)
|
||||
.medium_pfp(true)
|
||||
.use_more_options_button(true)
|
||||
.show(ui);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user