mirror of
https://github.com/jkcoxson/LocalDevVPN.git
synced 2026-03-02 06:26:16 +01:00
Add missing tag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user