mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
revert load theme
This commit is contained in:
parent
4e8bb4dac4
commit
17fa611b80
1 changed files with 2 additions and 1 deletions
|
@ -659,7 +659,8 @@ class MiniActuator:
|
|||
self.g = main_window
|
||||
self.theme_name = self.g.config.get('litegui_theme','Cleanlook')
|
||||
self.themes = load_theme_paths()
|
||||
self.load_theme()
|
||||
# see issue 509
|
||||
# self.load_theme()
|
||||
|
||||
def load_theme(self):
|
||||
"""Load theme retrieved from wallet file."""
|
||||
|
|
Loading…
Add table
Reference in a new issue