mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-23 15:40:37 +00:00
Scope the Tabbar to the current account
This commit is contained in:
parent
f55cadfbdd
commit
0a9098c3db
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ struct IceCubesApp: App {
|
|||
.toolbarBackground(theme.primaryBackgroundColor.opacity(0.50), for: .tabBar)
|
||||
}
|
||||
}
|
||||
.id(appAccountsManager.currentClient.id)
|
||||
}
|
||||
|
||||
private func setNewClientsInEnv(client: Client) {
|
||||
|
|
Loading…
Reference in a new issue