MacOS support using Mac Catalyst

This commit is contained in:
Vicnet
2023-11-10 15:10:32 +01:00
parent 1d3b936e99
commit 3d3165c6b9
4 changed files with 14 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ struct CategoryDetailView: View {
.navigationTitle(categoryName == "*" ? "Other" : categoryName)
.toolbar {
ToolbarItem(placement: .topBarTrailing) {
Menu {
Button {
print("Add new recipe")