From 6bc59eb7defe37e21ebcb6b0356b8e156bd537af Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 28 Nov 2022 21:05:34 +0100 Subject: [PATCH] Make the theme class fall back to typicons lighht icon theme (#1263) --- novelwriter/gui/theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()