mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-12 18:47:25 -04:00
Fix translations in dropdown menu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user