mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
Created docstring for miniActuator __init__()
This commit is contained in:
parent
d76a85acff
commit
74cea9b709
1 changed files with 1 additions and 1 deletions
|
@ -482,8 +482,8 @@ class ReceivePopup(QDialog):
|
|||
class MiniActuator:
|
||||
|
||||
def __init__(self, wallet):
|
||||
"""Retrieve the gui theme used in previous session."""
|
||||
self.wallet = wallet
|
||||
|
||||
self.theme_name = self.wallet.theme
|
||||
self.themes = util.load_theme_paths()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue