|
|
|
|
@ -83,6 +83,11 @@ struct ContentView<T : AbstractTimer>: View { |
|
|
|
|
// .environment(\.managedObjectContext, viewContext) |
|
|
|
|
// }) |
|
|
|
|
.toolbar { |
|
|
|
|
if Conductor.maestro.memoryWarningReceived { |
|
|
|
|
ToolbarItemGroup(placement: .navigationBarTrailing) { |
|
|
|
|
Image(systemName: "circle.fill").font(.caption2).foregroundColor(.orange) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
MainToolbarView(isEditing: self.$isEditing) |
|
|
|
|
} |
|
|
|
|
.onAppear { |
|
|
|
|
|