diff --git a/src/settings.c b/src/settings.c index c2e3feed..08422de9 100644 --- a/src/settings.c +++ b/src/settings.c @@ -267,7 +267,7 @@ static void option_map_init(uint8_t settingsId) OPTION_TREE_DESC("tonie_json", "Tonie JSON", LEVEL_DETAIL) OPTION_BOOL("tonie_json.cache_images", &settings->tonie_json.cache_images, FALSE, "Cache images", "Cache figurine images locally", LEVEL_DETAIL) - OPTION_BOOL("tonie_json.cache_preload", &settings->tonie_json.cache_preload, FALSE, "Preload all images", "Download all figurine images on startup", LEVEL_DETAIL) + OPTION_BOOL("tonie_json.cache_preload", &settings->tonie_json.cache_preload, FALSE, "Preload all images", "Download all figurine images on startup. This will take several minutes the first time you start TeddyCloud.", LEVEL_DETAIL) OPTION_TREE_DESC("debug", "Debug", LEVEL_EXPERT) OPTION_BOOL("debug.web.pcm_encode_console_url", &settings->debug.web.pcm_encode_console_url, FALSE, "PCM Console URL", "Caches the PCM of the browser-side encoding and prints a download link to the browser console.", LEVEL_EXPERT)