mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +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:
|
class MiniActuator:
|
||||||
|
|
||||||
def __init__(self, wallet):
|
def __init__(self, wallet):
|
||||||
|
"""Retrieve the gui theme used in previous session."""
|
||||||
self.wallet = wallet
|
self.wallet = wallet
|
||||||
|
|
||||||
self.theme_name = self.wallet.theme
|
self.theme_name = self.wallet.theme
|
||||||
self.themes = util.load_theme_paths()
|
self.themes = util.load_theme_paths()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue