mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 09:57:25 -04:00
Custom password dialog. fixes issue with standard dialog
This commit is contained in:
@@ -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: {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user