forked from Public/monero-gui
Merge pull request #95
550087fPasswordDialog: accept/reject with Enter/Esc, Tab navigation (Ilya Kitaev)513f7ebStandardButton: indicating "focused" state (Ilya Kitaev)7973d0cCustom password dialog. fixes issue with standard dialog (Ilya Kitaev)
This commit is contained in:
@@ -61,7 +61,7 @@ Rectangle {
|
||||
|
||||
PasswordDialog {
|
||||
id: settingsPasswordDialog
|
||||
standardButtons: StandardButton.Ok + StandardButton.Cancel
|
||||
|
||||
onAccepted: {
|
||||
if(appWindow.password === settingsPasswordDialog.password){
|
||||
memoTextInput.text = currentWallet.seed
|
||||
@@ -72,9 +72,7 @@ Rectangle {
|
||||
onRejected: {
|
||||
|
||||
}
|
||||
onDiscard: {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user