mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-11 08:35:26 +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)
|
.toolbarBackground(theme.primaryBackgroundColor.opacity(0.50), for: .tabBar)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.id(appAccountsManager.currentClient.id)
|
||||||
}
|
}
|
||||||
|
|
||||||
private func setNewClientsInEnv(client: Client) {
|
private func setNewClientsInEnv(client: Client) {
|
||||||
|
|
Loading…
Reference in a new issue