summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/settings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index b21b404..4ade11b 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -437,8 +437,6 @@ struct user_settings
bool play_selected; /* Plays selected file even in shuffle mode */
int ff_rewind_min_step; /* FF/Rewind minimum step size */
int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */
- bool study_mode; /* study mode enabled */
- int study_hop_step; /* hop step in study mode, in seconds */
#ifndef HAVE_FLASH_STORAGE
int disk_spindown; /* time until disk spindown, in seconds (0=off) */
@@ -731,6 +729,8 @@ struct user_settings
int keyclick_repeats; /* keyclick on repeats */
#endif
unsigned char playlist_catalog_dir[MAX_FILENAME+1];
+ bool study_mode; /* study mode enabled */
+ int study_hop_step; /* hop step in study mode, in seconds */
};
/** global variables **/