mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Save session info when unloading machine data
Fixes 0000046
This commit is contained in:
parent
a2ff7ef95e
commit
07372487ac
@ -587,6 +587,7 @@ void Profile::UnloadMachineData()
|
||||
daylist.clear();
|
||||
|
||||
for (auto & mach : m_machlist) {
|
||||
mach->saveSessionInfo();
|
||||
mach->sessionlist.clear();
|
||||
mach->day.clear();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user