mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
New account selection menu
This commit is contained in:
@@ -158,10 +158,14 @@ struct TrendingView: View {
|
||||
var trendingMenu: some View {
|
||||
Menu {
|
||||
countryButton
|
||||
|
||||
if accounts.app.supportsTrendingCategories {
|
||||
categoryButton
|
||||
}
|
||||
FavoriteButton(item: favoriteItem)
|
||||
|
||||
Section {
|
||||
SettingsButtons()
|
||||
}
|
||||
} label: {
|
||||
HStack(spacing: 12) {
|
||||
Text("\(country.flag) \(country.name)")
|
||||
|
Reference in New Issue
Block a user