Setting the default thumbnail size to 250px, to save quite a lot of disck space (for fresh install)
This commit is contained in:
@@ -321,7 +321,7 @@ void Options::setDefaults () {
|
|||||||
theme = "25-Gray-Gray";
|
theme = "25-Gray-Gray";
|
||||||
slimUI = false;
|
slimUI = false;
|
||||||
useSystemTheme = false;
|
useSystemTheme = false;
|
||||||
maxThumbnailHeight = 400;
|
maxThumbnailHeight = 250;
|
||||||
maxCacheEntries = 20000;
|
maxCacheEntries = 20000;
|
||||||
thumbInterp = 1;
|
thumbInterp = 1;
|
||||||
autoSuffix = true;
|
autoSuffix = true;
|
||||||
|
Reference in New Issue
Block a user