MacOS support using Mac Catalyst
This commit is contained in:
@@ -33,6 +33,7 @@ struct CategoryDetailView: View {
|
||||
.navigationTitle(categoryName == "*" ? "Other" : categoryName)
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .topBarTrailing) {
|
||||
|
||||
Menu {
|
||||
Button {
|
||||
print("Add new recipe")
|
||||
|
||||
Reference in New Issue
Block a user