master send uses _role == MasterSend, not _role == Aux

This commit is contained in:
Paul Davis 2024-04-02 18:10:18 -06:00
parent f351ca8fc9
commit f153a43910
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}