Adding CSS theme selection ; the Dark iconset is forced, so *.iconset

files are useless for now.
This commit is contained in:
Hombre
2015-10-07 00:11:05 +02:00
parent c65cf6ff56
commit 9dcb00045d
3 changed files with 37 additions and 11 deletions

View File

@@ -373,7 +373,7 @@ void Options::setDefaults ()
languageAutoDetect = langMgr.isOSLanguageDetectSupported();
lastSaveAsPath = "";
overwriteOutputFile = false; // if TRUE, existing output JPGs/PNGs are overwritten, instead of adding ..-1.jpg, -2.jpg etc.
theme = "25-Gray-Gray";
theme = "cookiedough";
slimUI = false;
useSystemTheme = false;
maxThumbnailHeight = 250;