mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
M: expose Track/Bus auto-connect preference
This commit is contained in:
parent
ab2f22dcaa
commit
7b7ed820ed
1 changed files with 2 additions and 1 deletions
|
|
@ -4608,7 +4608,6 @@ These settings will only take effect after %1 is restarted.\n\
|
|||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_replicate_missing_region_channels)
|
||||
));
|
||||
|
||||
if (!Profile->get_mixbus()) {
|
||||
|
||||
add_option (_("Signal Flow"), new OptionEditorHeading (_("Track and Bus Connections")));
|
||||
|
||||
|
|
@ -4636,6 +4635,8 @@ These settings will only take effect after %1 is restarted.\n\
|
|||
|
||||
add_option (_("Signal Flow"), iac);
|
||||
|
||||
if (!Profile->get_mixbus()) {
|
||||
|
||||
ComboOption<AutoConnectOption>* oac = new ComboOption<AutoConnectOption> (
|
||||
"output-auto-connect",
|
||||
_("Connect track and bus outputs"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue