summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorroman.artiukhin <bahusdrive@gmail.com>2022-11-05 20:51:02 +0200
committerAidan MacDonald <amachronic@protonmail.com>2022-11-12 09:13:19 -0500
commitffe2df2e92cbdeb507a49279a85ac88cac2fbe4f (patch)
tree997ad849e34891f53ad55fa58fba437949e0aeaa /apps/settings.h
parent30ec10c790dd09f1eb681312093e945683ec643a (diff)
downloadrockbox-ffe2df2e92cbdeb507a49279a85ac88cac2fbe4f.tar.gz
rockbox-ffe2df2e92cbdeb507a49279a85ac88cac2fbe4f.zip
Implement Rewind across tracks functionality
Useful feature for audiobooks. To rewind from the end of the previous track - press rewind at the very beginning of the current track. So if you are in the middle of the track - first rewind till beginning then release and press rewind button again (Playback Settings -> Rewind Across Tracks option should be enabled) Fixes FS#13290 Change-Id: I5d7f06f64ad76d1e8f7827fe594ccca5f621769d
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 092c04a76b..37e546f6fc 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -613,7 +613,8 @@ struct user_settings
613#ifdef HAVE_ALBUMART 613#ifdef HAVE_ALBUMART
614 int album_art; /* switch off album art display or choose preferred source */ 614 int album_art; /* switch off album art display or choose preferred source */
615#endif 615#endif
616 616 bool rewind_across_tracks;
617
617 /* playlist viewer settings */ 618 /* playlist viewer settings */
618 bool playlist_viewer_icons; /* display icons on viewer */ 619 bool playlist_viewer_icons; /* display icons on viewer */
619 bool playlist_viewer_indices; /* display playlist indices on viewer */ 620 bool playlist_viewer_indices; /* display playlist indices on viewer */