Add missing tag

This commit is contained in:
Marcin Maj
2025-08-07 23:52:13 +02:00
parent e2af198a8e
commit 302e9c90c7

View File

@@ -683,6 +683,7 @@ struct SettingsView: View {
Text("English").tag("en")
Text("Spanish").tag("es")
Text("Italian").tag("it")
Text("Polish").tag("pl")
}
.onChange(of: selectedLanguage) { newValue in
let languageCode = newValue