diff --git a/openHABWatch/OpenHABWatch.swift b/openHABWatch/OpenHABWatch.swift index 8cb8ac1d..3a207800 100644 --- a/openHABWatch/OpenHABWatch.swift +++ b/openHABWatch/OpenHABWatch.swift @@ -26,13 +26,14 @@ struct OpenHABWatch: App { TabView { ContentView(viewModel: userData) .tabItem { - Label("Received", systemImage: "tray.and.arrow.down.fill") + Label("Sitemap", systemSymbol: .circleFill) } PreferencesSwiftUIView() .tabItem { - Label("Preferences", systemImage: "person.crop.circle.fill") + Label("Preferences", systemSymbol: .circleFill) } } + .tabViewStyle(.page) .environmentObject(settings) .task { let center = UNUserNotificationCenter.current()