13
0

do not add unnamed sessions to the recent session list

This commit is contained in:
Paul Davis 2020-04-19 10:20:18 -06:00
parent e163e38c13
commit 93e98be6ab

View File

@ -419,7 +419,9 @@ Session::Session (AudioEngine &eng,
}
}
store_recent_sessions (_name, _path);
if (!unnamed) {
store_recent_sessions (_name, _path);
}
bool was_dirty = dirty();
unset_dirty ();