master send uses _role == MasterSend, not _role == Aux
This commit is contained in:
parent
5e9f9254e4
commit
ece1f66f50
@ -562,7 +562,7 @@ Send::set_name (const string& new_name)
|
||||
bool
|
||||
Send::display_to_user () const
|
||||
{
|
||||
if (_role == Aux && Profile->get_livetrax()) {
|
||||
if (_role == MasterSend && Profile->get_livetrax()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user