|
|
|
|
@ -63,11 +63,11 @@ struct RegularHomeView: View { |
|
|
|
|
var body: some View { |
|
|
|
|
|
|
|
|
|
NavigationView { |
|
|
|
|
PresetsView(tabSelection: $tabSelection) |
|
|
|
|
.environment(\.managedObjectContext, viewContext) |
|
|
|
|
.tabItem { Label("Presets", systemImage: "globe") } |
|
|
|
|
.tag(0) |
|
|
|
|
TabView(selection: $tabSelection) { |
|
|
|
|
PresetsView(tabSelection: $tabSelection) |
|
|
|
|
.environment(\.managedObjectContext, viewContext) |
|
|
|
|
.tabItem { Label("Presets", systemImage: "globe") } |
|
|
|
|
.tag(0) |
|
|
|
|
|
|
|
|
|
ContentView<AbstractTimer>() |
|
|
|
|
.environment(\.managedObjectContext, viewContext) |
|
|
|
|
|