forked from len0rd/rockbox
Replace "Party Mode" as Quickscreen top item with "Show Files" to get the old behaviour as default and prevent accidential enabling of party mode.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22545 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6fd6adbc44
commit
47541e5f2f
2 changed files with 1 additions and 2 deletions
|
|
@ -1526,7 +1526,7 @@ const struct settings_list settings[] = {
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_QUICKSCREEN
|
#ifdef HAVE_QUICKSCREEN
|
||||||
CUSTOM_SETTING(0, qs_item_top, LANG_TOP_QS_ITEM,
|
CUSTOM_SETTING(0, qs_item_top, LANG_TOP_QS_ITEM,
|
||||||
&global_settings.party_mode, "qs top",
|
&global_settings.dirfilter, "qs top",
|
||||||
qs_load_from_cfg, qs_write_to_cfg,
|
qs_load_from_cfg, qs_write_to_cfg,
|
||||||
qs_is_changed, qs_set_default),
|
qs_is_changed, qs_set_default),
|
||||||
CUSTOM_SETTING(0, qs_item_left, LANG_LEFT_QS_ITEM,
|
CUSTOM_SETTING(0, qs_item_left, LANG_LEFT_QS_ITEM,
|
||||||
|
|
|
||||||
|
|
@ -263,7 +263,6 @@ pages of information.}
|
||||||
Although the \setting{Quick Screen} is accessible from nearly everywhere,
|
Although the \setting{Quick Screen} is accessible from nearly everywhere,
|
||||||
not just the \setting{Main Menu}, it is worth mentioning here. It allows
|
not just the \setting{Main Menu}, it is worth mentioning here. It allows
|
||||||
rapid access to your four favourite settings. The default settings are
|
rapid access to your four favourite settings. The default settings are
|
||||||
\setting{Party Mode},
|
|
||||||
\setting{Shuffle} (\reference{ref:PlaybackSettings}),
|
\setting{Shuffle} (\reference{ref:PlaybackSettings}),
|
||||||
\setting{Repeat} (\reference{ref:PlaybackSettings}) and the
|
\setting{Repeat} (\reference{ref:PlaybackSettings}) and the
|
||||||
\setting{Show Files} (\reference{ref:ShowFiles}) options, but almost all
|
\setting{Show Files} (\reference{ref:ShowFiles}) options, but almost all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue