1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-14 07:09:09 +01:00

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 border.width: 0
} }
} }
onTextChanged: changed(text)
Keys.onReleased: { Keys.onReleased: {
changed(text) changed(text)