shithub: orca

Download patch

ref: 13b7c9b4b941d95c24abba03bfd343174bd204da
parent: 7e6f8c9507dea8ba9cfb41f71916a5adc25b3311
author: cancel <cancel@cancel.fm>
date: Thu Jan 30 00:51:49 EST 2020

Fix MIDI clock menu not showing prefs save error

--- a/tui_main.c
+++ b/tui_main.c
@@ -3047,9 +3047,9 @@
             // accum time, and mutiply or divide it.
           }
           t->prefs_touched |= TOUCHFLAG(Confopt_midi_beat_clock);
-          tui_save_prefs(t);
           qnav_stack_pop();
           push_playback_menu(new_enabled);
+          tui_save_prefs(t);
           break;
         }
         }