forked from len0rd/rockbox
Quickscreen: don't apply glabal settings
Change-Id: I4de0e35b4c3227513f9c384bc0e01bc468999317
This commit is contained in:
parent
b912ad5088
commit
362f7a3220
1 changed files with 0 additions and 1 deletions
|
@ -415,7 +415,6 @@ bool quick_screen_quick(int button_enter)
|
||||||
if (gui_syncquickscreen_run(&qs, button_enter, &usb))
|
if (gui_syncquickscreen_run(&qs, button_enter, &usb))
|
||||||
{
|
{
|
||||||
settings_save();
|
settings_save();
|
||||||
settings_apply(false);
|
|
||||||
/* make sure repeat/shuffle/any other nasty ones get updated */
|
/* make sure repeat/shuffle/any other nasty ones get updated */
|
||||||
if ( oldrepeat != global_settings.repeat_mode &&
|
if ( oldrepeat != global_settings.repeat_mode &&
|
||||||
(audio_status() & AUDIO_STATUS_PLAY) )
|
(audio_status() & AUDIO_STATUS_PLAY) )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue