summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 424341f340..fb8e11ffde 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -419,6 +419,7 @@ struct user_settings
419#ifdef HAVE_DIRCACHE 419#ifdef HAVE_DIRCACHE
420 bool dircache; /* enable directory cache */ 420 bool dircache; /* enable directory cache */
421 int dircache_size; /* directory cache structure last size, 22 bits */ 421 int dircache_size; /* directory cache structure last size, 22 bits */
422 bool tagcache_ram; /* tag cache mode (0=disabled,1=disk,2=ram) */
422#endif 423#endif
423 int default_codepage; /* set default codepage for tag conversion */ 424 int default_codepage; /* set default codepage for tag conversion */
424#ifdef HAVE_REMOTE_LCD 425#ifdef HAVE_REMOTE_LCD