mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Add support for Piped accounts and subscriptions
This commit is contained in:
@@ -44,12 +44,7 @@ struct EditFavorites: View {
|
||||
|
||||
ForEach(model.addableItems()) { item in
|
||||
HStack {
|
||||
HStack {
|
||||
Text(label(item))
|
||||
Spacer()
|
||||
Text("only with Invidious")
|
||||
.foregroundColor(.secondary)
|
||||
}
|
||||
Text(label(item))
|
||||
|
||||
Spacer()
|
||||
|
||||
|
Reference in New Issue
Block a user