summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 2d2c125721..439a43809a 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -564,6 +564,8 @@ struct user_settings
564 int eq_hw_band4_cutoff; 564 int eq_hw_band4_cutoff;
565 int eq_hw_band4_gain; 565 int eq_hw_band4_gain;
566#endif 566#endif
567
568 int show_path_in_browser; /* 0=off, 1=current directory, 2=full path */
567}; 569};
568 570
569enum optiontype { INT, BOOL }; 571enum optiontype { INT, BOOL };
@@ -660,4 +662,7 @@ enum { RECURSE_OFF, RECURSE_ON, RECURSE_ASK };
660/* replaygain types */ 662/* replaygain types */
661enum { REPLAYGAIN_TRACK = 0, REPLAYGAIN_ALBUM, REPLAYGAIN_SHUFFLE }; 663enum { REPLAYGAIN_TRACK = 0, REPLAYGAIN_ALBUM, REPLAYGAIN_SHUFFLE };
662 664
665/* show path types */
666enum { SHOW_PATH_OFF = 0, SHOW_PATH_CURRENT, SHOW_PATH_FULL };
667
663#endif /* __SETTINGS_H__ */ 668#endif /* __SETTINGS_H__ */