forked from Public/monero-gui
settings page: Empty password field on seed view
This commit is contained in:
@@ -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: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user