Quickscreen: don't apply glabal settings

Change-Id: I4de0e35b4c3227513f9c384bc0e01bc468999317
This commit is contained in:
Moshe Piekarski 2020-11-09 11:10:05 -05:00
parent b912ad5088
commit 362f7a3220

View file

@ -415,7 +415,6 @@ bool quick_screen_quick(int button_enter)
if (gui_syncquickscreen_run(&qs, button_enter, &usb))
{
settings_save();
settings_apply(false);
/* make sure repeat/shuffle/any other nasty ones get updated */
if ( oldrepeat != global_settings.repeat_mode &&
(audio_status() & AUDIO_STATUS_PLAY) )