diff --git a/novelwriter/gui/theme.py b/novelwriter/gui/theme.py index cf10f78a..c3516556 100644 --- a/novelwriter/gui/theme.py +++ b/novelwriter/gui/theme.py @@ -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()