Added default category in settings

This commit is contained in:
Vicnet
2023-10-06 08:32:21 +02:00
parent c3a068a1c0
commit e547aa2146
3 changed files with 29 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ struct CategoryDetailView: View {
}
.navigationTitle(categoryName == "*" ? "Other" : categoryName)
.toolbar {
ToolbarItem(placement: .topBarLeading) {
ToolbarItem(placement: .topBarTrailing) {
Menu {
Button {
print("Downloading all recipes in category \(categoryName) ...")