Icons change based on theme. wip

This commit is contained in:
Donnie
2020-06-26 00:57:00 -04:00
parent d3d5160861
commit 2dc1b3ec43
39 changed files with 13 additions and 14 deletions

View File

@@ -67,8 +67,8 @@ def set_theme_icons():
def get_theme_icons():
global __theme_icons
return str(__theme_icons)
theme_icons = CONST.THEMES[get_theme_index()]['themeIcons']
return str(theme_icons)
# get or set theme from json file