chore: Update translations

This commit is contained in:
2023-08-29 13:56:46 +00:00
parent ec2b11bd75
commit 3b11831723
9 changed files with 242 additions and 239 deletions

View File

@ -148,7 +148,7 @@ export class MultiAccountStore extends ExternalStore<LoginSession> {
preferences: deepClone(DefaultPreferences),
} as LoginSession;
if("nostr_os" in window && window.nostr_os) {
if ("nostr_os" in window && window.nostr_os) {
window.nostr_os.saveKey(key);
newSession.type = LoginSessionType.Nip7os;
newSession.privateKey = undefined;