1
mirror of https://github.com/monero-project/monero-gui synced 2025-02-24 18:35:29 +01:00

settings page: Empty password field on seed view

This commit is contained in:
Jacob Brydolf 2016-10-11 00:19:11 +02:00
parent 77445ad0d4
commit 010cce4133
No known key found for this signature in database
GPG Key ID: DE46246550D2F3C5
2 changed files with 2 additions and 2 deletions

@ -36,7 +36,7 @@ import QtQuick.Controls.Styles 1.4
Dialog {
id: root
readonly property alias password: passwordInput.text
property alias password: passwordInput.text
standardButtons: StandardButton.Ok + StandardButton.Cancel
ColumnLayout {
id: column

@ -76,7 +76,7 @@ Rectangle {
memoTextInput.text = currentWallet.seed
showSeedButton.visible = false
}
settingsPasswordDialog.password = ""
}
onRejected: {