Make icon theme a part of the GUI theme (solves #1172)

This commit is contained in:
Veronica Berglyd Olsen
2022-10-25 21:27:55 +02:00
parent 80ae810e1b
commit 25c4330fd0
9 changed files with 11 additions and 76 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ def testGuiTheme_Main(qtbot, monkeypatch, nwMinimal, tmpDir):
assert novelwriter.CONFIG.confPath == nwMinimal
novelwriter.CONFIG.guiTheme = "default_dark"
novelwriter.CONFIG.guiSyntax = "tomorrow_night_eighties"
novelwriter.CONFIG.guiIcons = "typicons_colour_dark"
novelwriter.CONFIG.guiIcons = "typicons_dark"
novelwriter.CONFIG.guiFont = "Cantarell"
novelwriter.CONFIG.guiFontSize = 11
novelwriter.CONFIG.confChanged = True