WizardPasswordInput: update password strength on paste too

This commit is contained in:
moneromooo.monero 2016-12-25 22:57:32 +00:00
parent d831395013
commit 1c5899731c

View file

@ -54,6 +54,7 @@ FocusScope {
border.width: 0
}
}
onTextChanged: changed(text)
Keys.onReleased: {
changed(text)