mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Correct reversion in beta-1 that lost date last imported.
This commit is contained in:
parent
ade32fa914
commit
036117d41d
@ -613,7 +613,6 @@ void Machine::setInfo(MachineInfo inf)
|
||||
{
|
||||
MachineInfo merged = inf;
|
||||
if (info.purgeDate.isValid()) merged.purgeDate = info.purgeDate;
|
||||
if (info.lastimported.isValid()) merged.lastimported = info.lastimported;
|
||||
info = merged;
|
||||
m_loader = GetLoader(inf.loadername);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user