From 223bf4eaa0410c6c85378cb3390239d9dfd0c863 Mon Sep 17 00:00:00 2001 From: Benjamin Faershtein <119711889+RCGV1@users.noreply.github.com> Date: Tue, 4 Mar 2025 21:41:26 -0800 Subject: [PATCH] Update ContentView.swift --- Meshtastic/Views/ContentView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Meshtastic/Views/ContentView.swift b/Meshtastic/Views/ContentView.swift index f593651e..d6b2fd6b 100644 --- a/Meshtastic/Views/ContentView.swift +++ b/Meshtastic/Views/ContentView.swift @@ -53,6 +53,5 @@ struct ContentView: View { } .tag(NavigationState.Tab.settings) } - .toolbarBackground(.visible, for: .tabBar) } }