1
0

remove gui selector from preferences. store last state

This commit is contained in:
thomasv
2013-01-07 12:03:32 +01:00
parent 2d031013a5
commit 04ee4194be
2 changed files with 2 additions and 17 deletions

View File

@@ -180,6 +180,7 @@ class ElectrumGui(QObject):
def expand(self):
"""Hide the lite mode window and show pro-mode."""
self.config.set_key('gui', 'classic', True)
self.mini.hide()
self.expert.show()