L: enable autosave for LiveTrax
This commit is contained in:
parent
b404a91097
commit
b2c2163a87
@ -896,7 +896,7 @@ Session::save_state (string snapshot_name, bool pending, bool switch_to_snapshot
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Mixbus auto-backup mechanism
|
//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
|
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
|
// make a serialized safety backup
|
||||||
// (will make one periodically but only one per hour is left on disk)
|
// (will make one periodically but only one per hour is left on disk)
|
||||||
|
Loading…
Reference in New Issue
Block a user