diff --git a/src/ui/help/mod.rs b/src/ui/help/mod.rs index 08e9851a..7a4e38bf 100644 --- a/src/ui/help/mod.rs +++ b/src/ui/help/mod.rs @@ -149,6 +149,9 @@ pub(super) fn update(app: &mut GossipUi, ctx: &Context, _frame: &mut eframe::Fra ui.label("Entering both a key (either bech32 or hex) as well as at least one relay URL. NOTE: as of this writing, gossip only takes one relay URL when you add a person to follow."); }); + ui.add_space(10.0); + ui.label("Don't worry. You won't have to do this for everybody that you follow. Mostly you just need to do it to get gossip kick-started. As you browse nostr, it collects person-relay associations automatically from many sources: p-tag recommended_relay_url hints, relay lists, contact lists, their events having being successfully found at a relay before, and more. It is planned to also allow you to manage (add, delete) these person-relay associations manually."); + ui.add_space(10.0); ui.separator(); ui.add_space(10.0);