mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-28 13:34:20 +01:00
textmode: no previews in textmore for now
Ideally these would just be angle bracket quotes or something. would be cool.
This commit is contained in:
@@ -96,7 +96,8 @@ pub fn timeline_view(ui: &mut egui::Ui, app: &mut Damus, timeline: usize) {
|
||||
return 0;
|
||||
};
|
||||
|
||||
let note_ui = ui::Note::new(app, ¬e);
|
||||
let textmode = app.textmode;
|
||||
let note_ui = ui::Note::new(app, ¬e).note_previews(!textmode);
|
||||
ui.add(note_ui);
|
||||
ui.add(egui::Separator::default().spacing(0.0));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user