mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 23:53:41 +02:00
commit
6965b0af19
@ -56,7 +56,7 @@ Item {
|
||||
passwordPage.titleText = qsTr("Give your wallet a password") + translationManager.emptyString
|
||||
}
|
||||
|
||||
passwordUI.focus = true;
|
||||
passwordUI.resetFocus()
|
||||
}
|
||||
|
||||
function onPageClosed(settingsObject) {
|
||||
|
@ -56,6 +56,10 @@ FocusScope {
|
||||
privacyLevel.fillLevel = Utils.mapScope(1, 100, 1, 13, strength)
|
||||
}
|
||||
|
||||
function resetFocus() {
|
||||
passwordItem.focus = true
|
||||
}
|
||||
|
||||
WizardPasswordInput {
|
||||
id: passwordItem
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
|
Loading…
Reference in New Issue
Block a user