mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
move unused option heading inside profile-condition
This commit is contained in:
parent
372e3b019e
commit
1c373bd75c
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue