M: expose Track/Bus auto-connect preference
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user