Browse Source

created docstring for expand()

283
Jimbo77 13 years ago
parent
commit
62ec74c010
  1. 1
      lib/gui_lite.py

1
lib/gui_lite.py

@ -74,6 +74,7 @@ class ElectrumGui:
self.app.exec_()
def expand(self):
"""Hide the lite mode window and show pro-mode."""
self.mini.hide()
self.expert.show()

Loading…
Cancel
Save