mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
settings page: Empty password field on seed view
This commit is contained in:
parent
77445ad0d4
commit
010cce4133
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ import QtQuick.Controls.Styles 1.4
|
||||||
|
|
||||||
Dialog {
|
Dialog {
|
||||||
id: root
|
id: root
|
||||||
readonly property alias password: passwordInput.text
|
property alias password: passwordInput.text
|
||||||
standardButtons: StandardButton.Ok + StandardButton.Cancel
|
standardButtons: StandardButton.Ok + StandardButton.Cancel
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: column
|
id: column
|
||||||
|
|
|
@ -76,7 +76,7 @@ Rectangle {
|
||||||
memoTextInput.text = currentWallet.seed
|
memoTextInput.text = currentWallet.seed
|
||||||
showSeedButton.visible = false
|
showSeedButton.visible = false
|
||||||
}
|
}
|
||||||
|
settingsPasswordDialog.password = ""
|
||||||
}
|
}
|
||||||
onRejected: {
|
onRejected: {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue