mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-08 03:29:50 +00:00
created docstring for expand()
This commit is contained in:
parent
fedcd63742
commit
62ec74c010
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue