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:
William Casarin
2024-05-02 18:50:25 +02:00
parent d9f1582ee7
commit f3f8d4ecb4

View File

@@ -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, &note);
let textmode = app.textmode;
let note_ui = ui::Note::new(app, &note).note_previews(!textmode);
ui.add(note_ui);
ui.add(egui::Separator::default().spacing(0.0));