diff --git a/Meshtastic/Views/ContentView.swift b/Meshtastic/Views/ContentView.swift index d6b2fd6b..f593651e 100644 --- a/Meshtastic/Views/ContentView.swift +++ b/Meshtastic/Views/ContentView.swift @@ -53,5 +53,6 @@ struct ContentView: View { } .tag(NavigationState.Tab.settings) } + .toolbarBackground(.visible, for: .tabBar) } }