Custom password dialog. fixes issue with standard dialog

This commit is contained in:
Ilya Kitaev
2016-11-01 15:01:24 +03:00
parent 6c6b10855f
commit 7973d0cbcc
3 changed files with 115 additions and 27 deletions

View File

@@ -70,7 +70,7 @@ Rectangle {
PasswordDialog {
id: settingsPasswordDialog
standardButtons: StandardButton.Ok + StandardButton.Cancel
onAccepted: {
if(appWindow.password === settingsPasswordDialog.password){
memoTextInput.text = currentWallet.seed
@@ -81,9 +81,7 @@ Rectangle {
onRejected: {
}
onDiscard: {
}
}