13
0

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

This commit is contained in:
Paul Davis 2024-04-02 18:10:18 -06:00
parent 5e9f9254e4
commit ece1f66f50

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