more filters

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-05-24 14:34:21 -07:00
parent 097cc54bba
commit 8aac880bb5
8 changed files with 155 additions and 62 deletions

View File

@@ -20,7 +20,7 @@ struct damusApp: App {
}
struct MainView: View {
@State var needs_setup = true;
@State var needs_setup = false;
@State var keypair: Keypair? = nil;
var body: some View {