add create new identity
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user