From 93bd515236870be5a791a54b4d64c32f48fae9d4 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 6 Feb 2023 15:23:04 +0100 Subject: [PATCH] Remove alarm tab --- LeCountdown/LeCountdownApp.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/LeCountdown/LeCountdownApp.swift b/LeCountdown/LeCountdownApp.swift index 3235fee..9937ce9 100644 --- a/LeCountdown/LeCountdownApp.swift +++ b/LeCountdown/LeCountdownApp.swift @@ -40,11 +40,11 @@ struct LeCountdownApp: App { .environmentObject(Conductor.maestro) .tabItem { Label("Stopwatch", systemImage: "stopwatch") } .tag(2) - ContentView() - .environment(\.managedObjectContext, persistenceController.container.viewContext) - .environmentObject(Conductor.maestro) - .tabItem { Label("Alarm", systemImage: "alarm") } - .tag(3) +// ContentView() +// .environment(\.managedObjectContext, persistenceController.container.viewContext) +// .environmentObject(Conductor.maestro) +// .tabItem { Label("Alarm", systemImage: "alarm") } +// .tag(3) RecordsView().environment(\.managedObjectContext, persistenceController.container.viewContext) .tabItem { Label("Stats", systemImage: "chart.bar.fill") } .tag(4)