mirror of
https://github.com/yattee/yattee.git
synced 2025-11-29 12:48:14 +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