add create new identity

This commit is contained in:
2026-08-06 14:02:16 +07:00
parent a97dfac23f
commit 627abbdcaf
6 changed files with 322 additions and 14 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ fn main() {
signed_state::init(paths::nostr_dir(), cx);
// Set up the window bounds
let bounds = Bounds::centered(None, size(px(960.0), px(720.0)), cx);
let bounds = Bounds::centered(None, size(px(980.0), px(740.0)), cx);
// Set up the window options
let opts = WindowOptions {