diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 669517bdfb..7201596f8b 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -4488,5 +4488,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; }