mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-14 19:37:25 -04:00
wizard: fix focus
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user