Fix translations in dropdown menu

This commit is contained in:
Jaquee
2017-03-09 16:46:03 +01:00
parent b611871940
commit 4c2f78a78b
3 changed files with 13 additions and 4 deletions

View File

@@ -688,13 +688,13 @@ Rectangle {
Component.onCompleted: {
//Disable password page until enabled by updateStatus
pageRoot.enabled = false
updateMixin()
}
// fires on every page load
function onPageCompleted() {
console.log("transfer page loaded")
updateStatus();
updateMixin();
}
//TODO: Add daemon sync status