password update
This commit is contained in:
@@ -785,7 +785,8 @@ def change_password_dialog():
|
|||||||
modal_dialog('Password updated','your wallet is encrypted')
|
modal_dialog('Password updated','your wallet is encrypted')
|
||||||
else:
|
else:
|
||||||
modal_dialog('No password','your wallet is not encrypted')
|
modal_dialog('No password','your wallet is not encrypted')
|
||||||
|
return True
|
||||||
|
|
||||||
|
|
||||||
def settings_loop():
|
def settings_loop():
|
||||||
|
|
||||||
@@ -866,7 +867,8 @@ def settings_loop():
|
|||||||
set_listview()
|
set_listview()
|
||||||
|
|
||||||
elif pos == "4":
|
elif pos == "4":
|
||||||
change_password_dialog()
|
if change_password_dialog():
|
||||||
|
set_listview()
|
||||||
|
|
||||||
elif pos == "5":
|
elif pos == "5":
|
||||||
seed_dialog()
|
seed_dialog()
|
||||||
|
|||||||
Reference in New Issue
Block a user