mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 18:54:11 +00:00
Settings for iOS/macOS
This commit is contained in:
@@ -4,7 +4,7 @@ struct TrendingCountry: View {
|
||||
static let prompt = "Country Name or Code"
|
||||
@Binding var selectedCountry: Country?
|
||||
|
||||
@ObservedObject private var store = Store(Country.allCases)
|
||||
@StateObject private var store = Store(Country.allCases)
|
||||
|
||||
@State private var query: String = ""
|
||||
@State private var selection: Country?
|
||||
|
Reference in New Issue
Block a user