summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 283d719b5a..64b86084e8 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -78,7 +78,7 @@ struct user_settings
78 int loop_playlist; /* do we return to top of playlist at end? */ 78 int loop_playlist; /* do we return to top of playlist at end? */
79 bool mp3filter; /* only display mp3/m3u files and dirs in directory? */ 79 bool mp3filter; /* only display mp3/m3u files and dirs in directory? */
80 bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */ 80 bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */
81 int scroll_speed; /* long texts scrolling speed: 1-20 */ 81 int scroll_speed; /* long texts scrolling speed: 1-30 */
82 bool playlist_shuffle; 82 bool playlist_shuffle;
83 int ff_rewind_min_step; /* FF/Rewind minimum step size */ 83 int ff_rewind_min_step; /* FF/Rewind minimum step size */
84 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */ 84 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */