13
0

L: enable autosave for LiveTrax

This commit is contained in:
Ben Loftis 2024-07-11 15:40:48 -05:00
parent b404a91097
commit b2c2163a87

View File

@ -896,7 +896,7 @@ Session::save_state (string snapshot_name, bool pending, bool switch_to_snapshot
}
//Mixbus auto-backup mechanism
if(Profile->get_mixbus()) {
if(Profile->get_mixbus() || Profile->get_livetrax()) {
if (pending) { //"pending" save means it's a backup, or some other non-user-initiated save; a good time to make a backup
// make a serialized safety backup
// (will make one periodically but only one per hour is left on disk)