diff --git a/src/ui/help/mod.rs b/src/ui/help/mod.rs index ad64bafd..dc81612b 100644 --- a/src/ui/help/mod.rs +++ b/src/ui/help/mod.rs @@ -58,11 +58,6 @@ pub(super) fn update(app: &mut GossipUi, ctx: &Context, _frame: &mut eframe::Fra ui.label("As events come in, they often refer to other events that have not come in yet. If you want to query the relays for these missing events, you can by pressing the QM (Query Missing) button on the feed page. Usually some but not all missing events can be found this way."); ui.add_space(10.0); - ui.add_space(10.0); - - ui.label("Each post has a little triangle to the left of it. You can \"tip\" this triangle to open/close all replies to that post. Buttons at the top let you open/close all the posts."); - ui.add_space(10.0); - ui.add_space(10.0); ui.separator(); ui.add_space(10.0);