feat: add check active account before init client

This commit is contained in:
2024-02-05 13:36:10 +07:00
parent 2a58326cd1
commit 08fa7de01d
9 changed files with 85 additions and 76 deletions

View File

@@ -11,7 +11,7 @@ rust-version = "1.70"
tauri-build = { version = "2.0.0-beta", features = [] }
[dependencies]
nostr-sdk = { version = "0.27", features = ["sqlite"] }
nostr-sdk = { version = "0.27", features = ["sqlite"] }
tokio = { version = "1", features = ["full"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
@@ -40,6 +40,7 @@ webpage = { version = "2.0", features = ["serde"] }
keyring = "2"
native_db = "0.5.3"
native_model = "0.4.6"
once_cell = "1.19.0"
[features]
# by default Tauri runs in production mode