mirror of
https://github.com/jkcoxson/LocalDevVPN.git
synced 2026-03-02 06:26:16 +01:00
Repair syntax
This commit is contained in:
@@ -683,7 +683,7 @@ struct SettingsView: View {
|
|||||||
Text("English").tag("en")
|
Text("English").tag("en")
|
||||||
Text("Spanish").tag("es")
|
Text("Spanish").tag("es")
|
||||||
Text("Italian").tag("it")
|
Text("Italian").tag("it")
|
||||||
Text("Polish").tag("pl")
|
Text("Polish").tag("pl")
|
||||||
}
|
}
|
||||||
.onChange(of: selectedLanguage) { newValue in
|
.onChange(of: selectedLanguage) { newValue in
|
||||||
let languageCode = newValue
|
let languageCode = newValue
|
||||||
|
|||||||
Reference in New Issue
Block a user