don't bother asking for a monitor section if livetrax

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

View File

@ -657,7 +657,7 @@ Session::create (const string& session_template, BusProfile const * bus_profile,
return rv;
}
if (Config->get_use_monitor_bus()) {
if (Config->get_use_monitor_bus() && !Profile->get_livetrax()) {
add_monitor_section ();
}
}