Improve switching between public and private locations

This commit is contained in:
Arkadiusz Fal
2022-07-04 11:35:27 +02:00
parent 78c50bef45
commit 62f18e8506
4 changed files with 19 additions and 5 deletions

View File

@@ -174,7 +174,7 @@ struct YatteeApp: App {
}
#endif
if Defaults[.lastAccountID] != "public" {
if !Defaults[.lastAccountIsPublic] {
accounts.configureAccount()
}