diff options
Diffstat (limited to 'apps/settings.h')
-rw-r--r-- | apps/settings.h | 5 |
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 | ||
569 | enum optiontype { INT, BOOL }; | 571 | enum optiontype { INT, BOOL }; |
@@ -660,4 +662,7 @@ enum { RECURSE_OFF, RECURSE_ON, RECURSE_ASK }; | |||
660 | /* replaygain types */ | 662 | /* replaygain types */ |
661 | enum { REPLAYGAIN_TRACK = 0, REPLAYGAIN_ALBUM, REPLAYGAIN_SHUFFLE }; | 663 | enum { REPLAYGAIN_TRACK = 0, REPLAYGAIN_ALBUM, REPLAYGAIN_SHUFFLE }; |
662 | 664 | ||
665 | /* show path types */ | ||
666 | enum { SHOW_PATH_OFF = 0, SHOW_PATH_CURRENT, SHOW_PATH_FULL }; | ||
667 | |||
663 | #endif /* __SETTINGS_H__ */ | 668 | #endif /* __SETTINGS_H__ */ |