Created docstring for miniActuator __init__()
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user