summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index ce29e020f7..2277805fec 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -127,6 +127,15 @@ enum
127 QUEUE_SHOW_IN_SUBMENU 127 QUEUE_SHOW_IN_SUBMENU
128}; 128};
129 129
130enum
131{
132 BROWSER_DEFAULT_FILES = 0,
133#ifdef HAVE_TAGCACHE
134 BROWSER_DEFAULT_DB,
135#endif
136 BROWSER_DEFAULT_PL_CAT
137};
138
130#ifdef HAVE_ALBUMART 139#ifdef HAVE_ALBUMART
131enum 140enum
132{ 141{
@@ -608,6 +617,8 @@ struct user_settings
608 unsigned char colors_file[MAX_FILENAME+1]; 617 unsigned char colors_file[MAX_FILENAME+1];
609#endif 618#endif
610 619
620 int browser_default; /* Default browser when accessed from WPS */
621
611 /* playlist/playback settings */ 622 /* playlist/playback settings */
612 int repeat_mode; /* 0=off 1=repeat all 2=repeat one 3=shuffle 4=ab */ 623 int repeat_mode; /* 0=off 1=repeat all 2=repeat one 3=shuffle 4=ab */
613 int next_folder; /* move to next folder */ 624 int next_folder; /* move to next folder */