diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index d45481931f..b791e43f20 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -4342,5 +4342,11 @@ Session::save_as (SaveAs& saveas) return -1; } + if (ARDOUR::Profile->get_trx()) { + // Tracks Live should store name of the "saved as" session in the + // recent session list + store_recent_sessions (_name, _path); + } + return 0; }