summaryrefslogtreecommitdiff
path: root/apps/gui/quickscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/quickscreen.c')
-rw-r--r--apps/gui/quickscreen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/quickscreen.c b/apps/gui/quickscreen.c
index 421cc267ca..2ce09ae474 100644
--- a/apps/gui/quickscreen.c
+++ b/apps/gui/quickscreen.c
@@ -415,7 +415,6 @@ bool quick_screen_quick(int button_enter)
415 if (gui_syncquickscreen_run(&qs, button_enter, &usb)) 415 if (gui_syncquickscreen_run(&qs, button_enter, &usb))
416 { 416 {
417 settings_save(); 417 settings_save();
418 settings_apply(false);
419 /* make sure repeat/shuffle/any other nasty ones get updated */ 418 /* make sure repeat/shuffle/any other nasty ones get updated */
420 if ( oldrepeat != global_settings.repeat_mode && 419 if ( oldrepeat != global_settings.repeat_mode &&
421 (audio_status() & AUDIO_STATUS_PLAY) ) 420 (audio_status() & AUDIO_STATUS_PLAY) )