M: expose Track/Bus auto-connect preference

This commit is contained in:
Robin Gareus 2025-09-10 09:33:29 +02:00
parent ab2f22dcaa
commit 7b7ed820ed
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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"),