feat: add support for launch arguments (#40)

Reviewed-on: #40
This commit was merged in pull request #40.
This commit is contained in:
2026-08-02 07:10:44 +00:00
parent 4f52fc52df
commit dbfee32d55
7 changed files with 64 additions and 57 deletions

View File

@@ -59,7 +59,7 @@ pub fn run() -> Result<(), JsValue> {
settings::init(window, cx);
// Initialize the nostr client
state::init(window, cx);
state::init(window, cx, None);
// Initialize person registry
person::init(window, cx);