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 6ed0b167f4..d03a5f688e 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -81,6 +81,7 @@ struct user_settings
81 bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */ 81 bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */
82 int scroll_speed; /* long texts scrolling speed: 1-30 */ 82 int scroll_speed; /* long texts scrolling speed: 1-30 */
83 bool playlist_shuffle; 83 bool playlist_shuffle;
84 bool play_selected; /* Plays selected file even in shuffle mode */
84 int ff_rewind_min_step; /* FF/Rewind minimum step size */ 85 int ff_rewind_min_step; /* FF/Rewind minimum step size */
85 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */ 86 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */
86 int disk_spindown; /* time until disk spindown, in seconds (0=off) */ 87 int disk_spindown; /* time until disk spindown, in seconds (0=off) */