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:
6
main.qml
6
main.qml
@@ -546,7 +546,7 @@ ApplicationWindow {
|
||||
|
||||
PasswordDialog {
|
||||
id: passwordDialog
|
||||
standardButtons: StandardButton.Ok + StandardButton.Cancel
|
||||
|
||||
onAccepted: {
|
||||
appWindow.currentWallet = null
|
||||
appWindow.initialize();
|
||||
@@ -555,9 +555,7 @@ ApplicationWindow {
|
||||
//appWindow.enableUI(false)
|
||||
rootItem.state = "wizard"
|
||||
}
|
||||
onDiscard: {
|
||||
appWindow.enableUI(false)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user