13
0

L: never, ever show BBT clock

This commit is contained in:
Ben Loftis 2024-06-28 09:35:06 -05:00
parent c218b34f7f
commit 76877483a5

View File

@ -2242,6 +2242,10 @@ AudioClock::locate ()
void
AudioClock::set_mode (Mode m)
{
if (Profile->get_livetrax() && m == BBT) {
m = Timecode;
}
if (_mode == m) {
return;
}