created docstring for expand()
This commit is contained in:
@@ -74,6 +74,7 @@ class ElectrumGui:
|
|||||||
self.app.exec_()
|
self.app.exec_()
|
||||||
|
|
||||||
def expand(self):
|
def expand(self):
|
||||||
|
"""Hide the lite mode window and show pro-mode."""
|
||||||
self.mini.hide()
|
self.mini.hide()
|
||||||
self.expert.show()
|
self.expert.show()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user