mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
created load_theme() docstring
This commit is contained in:
parent
74cea9b709
commit
deb29affc5
1 changed files with 1 additions and 0 deletions
|
@ -488,6 +488,7 @@ class MiniActuator:
|
|||
self.themes = util.load_theme_paths()
|
||||
|
||||
def load_theme(self):
|
||||
"""Load theme retrieved from wallet file."""
|
||||
try:
|
||||
theme_prefix, theme_path = self.themes[self.theme_name]
|
||||
except KeyError:
|
||||
|
|
Loading…
Add table
Reference in a new issue