1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-25 20:22:39 +01:00

Formatting

This commit is contained in:
Elias Steurer 2021-09-23 16:50:57 +02:00
parent 7c1352a0e5
commit 34ae1c3123

View File

@ -193,11 +193,11 @@ Item {
"value": Settings.Pt_BR, "value": Settings.Pt_BR,
"text": "Portuguese (Brazil)" "text": "Portuguese (Brazil)"
}, { }, {
"value": Settings.Tr_TR, "value": Settings.Tr_TR,
"text": "Turkish" "text": "Turkish"
}, { }, {
"value": Settings.Nl_NL, "value": Settings.Nl_NL,
"text": "Dutch" "text": "Dutch"
}] }]
onActivated: { onActivated: {
ScreenPlay.settings.setLanguage(settingsLanguage.comboBox.currentValue); ScreenPlay.settings.setLanguage(settingsLanguage.comboBox.currentValue);