mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Setting for app tab navigation section
This commit is contained in:
@@ -44,7 +44,12 @@ struct EditFavorites: View {
|
||||
|
||||
ForEach(model.addableItems()) { item in
|
||||
HStack {
|
||||
Text(label(item))
|
||||
HStack {
|
||||
Text(label(item))
|
||||
Spacer()
|
||||
Text("only with Invidious")
|
||||
.foregroundColor(.secondary)
|
||||
}
|
||||
|
||||
Spacer()
|
||||
|
||||
@@ -52,6 +57,7 @@ struct EditFavorites: View {
|
||||
model.add(item)
|
||||
} label: {
|
||||
Label("Add to Favorites", systemImage: "heart")
|
||||
.font(.system(size: 30))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user