From 9979dd8c649b6c299a3d2296a82f129596d279c1 Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Wed, 4 Jan 2023 16:56:17 +1300 Subject: [PATCH] Remove a help paragraph that is no longer true --- src/ui/help/mod.rs | 5 ----- 1 file changed, 5 deletions(-) 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);