Select country by typing on macOS

Fixes #1062
This commit is contained in:
Davide 2025-01-16 00:55:12 +01:00
parent 0f7530645c
commit a6e44872e9
No known key found for this signature in database
GPG Key ID: A48836171C759F5E

View File

@ -116,7 +116,7 @@ public struct ThemeCountryText: View {
public var body: some View {
Text(
[code.asCountryCodeEmoji, title]
[title, code.asCountryCodeEmoji]
.compactMap { $0 }
.joined(separator: " ")
)