Disable rec-arm on export
Previously this wasn't the case when latched-record-enable preference was enabled.
This commit is contained in:
parent
7c087839f8
commit
861417c07c
@ -83,7 +83,7 @@ Session::pre_export ()
|
||||
realtime_stop (true, true);
|
||||
|
||||
if (get_record_enabled()) {
|
||||
disable_record (false);
|
||||
disable_record (false, true);
|
||||
}
|
||||
|
||||
unset_play_loop ();
|
||||
|
Loading…
Reference in New Issue
Block a user