[welcomeq] Hook the translations up to the language combobox

main
Adriaan de Groot 6 years ago
parent 4786a91eb8
commit 156a473565

@ -152,9 +152,9 @@ Page
anchors.left: image.right
width: languageBar.width /1.1
textRole: "label"
currentIndex: 4 //model.currentIndex
currentIndex: config.localeIndex
model: config.languagesModel
onCurrentIndexChanged: console.debug(currentText, currentIndex)
onCurrentIndexChanged: config.localeIndex = currentIndex
}
}
}

Loading…
Cancel
Save