From 2db1fcf4d3d09a7c6c58c7598df62e2262bf9734 Mon Sep 17 00:00:00 2001 From: Benjamin Faershtein <119711889+RCGV1@users.noreply.github.com> Date: Fri, 28 Feb 2025 20:35:45 -0800 Subject: [PATCH] toolbar background always visible --- Meshtastic/Views/ContentView.swift | 1 + 1 file changed, 1 insertion(+) 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) } }