forked from Public/monero-gui
Custom password dialog. fixes issue with standard dialog
This commit is contained in:
6
main.qml
6
main.qml
@@ -495,7 +495,7 @@ ApplicationWindow {
|
||||
|
||||
PasswordDialog {
|
||||
id: passwordDialog
|
||||
standardButtons: StandardButton.Ok + StandardButton.Cancel
|
||||
|
||||
onAccepted: {
|
||||
appWindow.currentWallet = null
|
||||
appWindow.initialize();
|
||||
@@ -503,9 +503,7 @@ ApplicationWindow {
|
||||
onRejected: {
|
||||
appWindow.enableUI(false)
|
||||
}
|
||||
onDiscard: {
|
||||
appWindow.enableUI(false)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user