Update default thumbnail size and adjust config file

- Change the default thumbnail size from index 7 to 3 in `thumb_sizes[]` array.
This commit is contained in:
Sam 2024-06-20 13:19:45 +01:00
parent 99f685df84
commit 961f8cec5e
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ static const bool ALPHA_LAYER = false;
static const int thumb_sizes[] = { 32, 64, 96, 128, 160, 256, 512, 800, 1024 }; static const int thumb_sizes[] = { 32, 64, 96, 128, 160, 256, 512, 800, 1024 };
/* thumbnail size at startup, index into thumb_sizes[]: */ /* thumbnail size at startup, index into thumb_sizes[]: */
static const int THUMB_SIZE = 7; static const int THUMB_SIZE = 3;
#endif #endif
#ifdef INCLUDE_MAPPINGS_CONFIG #ifdef INCLUDE_MAPPINGS_CONFIG