|
|
|
|
@ -40,11 +40,11 @@ struct LeCountdownApp: App { |
|
|
|
|
.environmentObject(Conductor.maestro) |
|
|
|
|
.tabItem { Label("Stopwatch", systemImage: "stopwatch") } |
|
|
|
|
.tag(2) |
|
|
|
|
ContentView<Alarm>() |
|
|
|
|
.environment(\.managedObjectContext, persistenceController.container.viewContext) |
|
|
|
|
.environmentObject(Conductor.maestro) |
|
|
|
|
.tabItem { Label("Alarm", systemImage: "alarm") } |
|
|
|
|
.tag(3) |
|
|
|
|
// ContentView<Alarm>() |
|
|
|
|
// .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) |
|
|
|
|
|