mirror of
https://github.com/yattee/yattee.git
synced 2025-10-12 10:28:11 +00:00
Add support for Piped accounts and subscriptions
This commit is contained in:
@@ -15,7 +15,7 @@ struct AccountsMenuView: View {
|
||||
}
|
||||
}
|
||||
} label: {
|
||||
Label(model.current?.name ?? "Select Account", systemImage: "person.crop.circle")
|
||||
Label(model.current?.description ?? "Select Account", systemImage: "person.crop.circle")
|
||||
.labelStyle(.titleAndIcon)
|
||||
}
|
||||
.disabled(instances.isEmpty)
|
||||
|
Reference in New Issue
Block a user