Make the theme class fall back to typicons lighht icon theme (#1263)
This commit is contained in:
@@ -246,7 +246,7 @@ class GuiTheme:
|
|||||||
self.statSaved = self._parseColour(confParser, cnfSec, "statussaved")
|
self.statSaved = self._parseColour(confParser, cnfSec, "statussaved")
|
||||||
|
|
||||||
# Icons
|
# Icons
|
||||||
self.iconCache.loadTheme(self.themeIcons)
|
self.iconCache.loadTheme(self.themeIcons or "typicons_light")
|
||||||
|
|
||||||
# Update Dependant Colours
|
# Update Dependant Colours
|
||||||
backCol = self._guiPalette.window().color()
|
backCol = self._guiPalette.window().color()
|
||||||
|
|||||||
Reference in New Issue
Block a user