mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +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_()
|
||||
|
||||
def expand(self):
|
||||
"""Hide the lite mode window and show pro-mode."""
|
||||
self.mini.hide()
|
||||
self.expert.show()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue