Browse Source

created load_theme() docstring

283
Jimbo77 12 years ago
parent
commit
deb29affc5
  1. 1
      lib/gui_lite.py

1
lib/gui_lite.py

@ -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…
Cancel
Save