Make the theme class fall back to typicons lighht icon theme (#1263)

This commit is contained in:
Veronica Berglyd Olsen
2022-11-28 21:05:34 +01:00
parent 49cab9ec29
commit 6bc59eb7de
+1 -1
View File
@@ -246,7 +246,7 @@ class GuiTheme:
self.statSaved = self._parseColour(confParser, cnfSec, "statussaved")
# Icons
self.iconCache.loadTheme(self.themeIcons)
self.iconCache.loadTheme(self.themeIcons or "typicons_light")
# Update Dependant Colours
backCol = self._guiPalette.window().color()