move unused option heading inside profile-condition
This commit is contained in:
parent
372e3b019e
commit
1c373bd75c
@ -2667,10 +2667,9 @@ if (!Profile->get_mixbus()) {
|
|||||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_mute_affects_main_outs)
|
sigc::mem_fun (*_rc_config, &RCConfiguration::set_mute_affects_main_outs)
|
||||||
));
|
));
|
||||||
|
|
||||||
add_option (_("Solo & mute"), new OptionEditorHeading (_("Send Routing")));
|
|
||||||
|
|
||||||
|
|
||||||
if (!ARDOUR::Profile->get_mixbus()) {
|
if (!ARDOUR::Profile->get_mixbus()) {
|
||||||
|
add_option (_("Solo & mute"), new OptionEditorHeading (_("Send Routing")));
|
||||||
add_option (_("Solo & mute"),
|
add_option (_("Solo & mute"),
|
||||||
new BoolOption (
|
new BoolOption (
|
||||||
"link-send-and-route-panner",
|
"link-send-and-route-panner",
|
||||||
|
Loading…
Reference in New Issue
Block a user