mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
fix "stop_recording_on_xrun" in prefs dialog
This commit is contained in:
parent
7658183a84
commit
c596e8dd87
1 changed files with 1 additions and 0 deletions
|
|
@ -1360,6 +1360,7 @@ RCOptionEditor::RCOptionEditor ()
|
|||
Gtkmm2ext::UI::instance()->set_tip (tsf->tip_widget(),
|
||||
string_compose (_("<b>When enabled</b> %1 will stop recording if an over- or underrun is detected by the audio engine"),
|
||||
PROGRAM_NAME));
|
||||
add_option (_("Transport"), tsf);
|
||||
|
||||
tsf = new BoolOption (
|
||||
"loop-is-mode",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue