1
0

kivy: fix settings layout

This commit is contained in:
ThomasV
2015-12-07 15:59:59 +01:00
parent 37e93928ab
commit 1c7f3c65e2
3 changed files with 4 additions and 4 deletions

View File

@@ -808,7 +808,7 @@ class ElectrumWindow(App):
self.protected(self._change_password, ())
def _change_password(self, old_password):
if old_password:
if self.wallet.use_encryption:
try:
self.wallet.check_password(old_password)
except InvalidPassword: