1
0

fixes for label plugin

This commit is contained in:
ThomasV
2014-09-04 16:37:51 +02:00
parent 6101abda5d
commit 1e346404dd
3 changed files with 19 additions and 21 deletions

View File

@@ -2727,6 +2727,7 @@ class ElectrumWindow(QMainWindow):
p.close()
else:
if p.enable():
p.load_wallet(self.wallet)
p.init_qt(self.gui_object)
r = p.is_enabled()
cb.setChecked(r)