feat: add check active account before init client
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user