Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f4cc4bc77e | |||
| d395f03219 | |||
| 3cad57ceb3 |
@@ -435,7 +435,7 @@ public sealed class AccountManager(
|
||||
}
|
||||
|
||||
ct.ThrowIfCancellationRequested();
|
||||
_accountStorage.SaveObject(account.id, JsonConvert.SerializeObject(account));
|
||||
_accountStorage.UpdateObject(account.id, JsonConvert.SerializeObject(account));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ public enum HostAppVersion
|
||||
v2023,
|
||||
v2024,
|
||||
v2025,
|
||||
v2026,
|
||||
v21,
|
||||
v22,
|
||||
v25,
|
||||
|
||||
Reference in New Issue
Block a user