mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 03:27:26 -04:00
settings page: strict password check
This commit is contained in:
@@ -72,7 +72,7 @@ Rectangle {
|
|||||||
id: settingsPasswordDialog
|
id: settingsPasswordDialog
|
||||||
standardButtons: StandardButton.Ok + StandardButton.Cancel
|
standardButtons: StandardButton.Ok + StandardButton.Cancel
|
||||||
onAccepted: {
|
onAccepted: {
|
||||||
if(appWindow.password == settingsPasswordDialog.password){
|
if(appWindow.password === settingsPasswordDialog.password){
|
||||||
memoTextInput.text = currentWallet.seed
|
memoTextInput.text = currentWallet.seed
|
||||||
showSeedButton.visible = false
|
showSeedButton.visible = false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user