mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
Fixed loading of configuration files after reverting to a snapshot
storing the old configuration format.
This commit is contained in:
parent
4b87f71bbc
commit
5c44453ced
1 changed files with 4 additions and 0 deletions
|
@ -210,6 +210,10 @@ std::string PresetBundle::load_system_presets()
|
||||||
errors_cummulative += "\n";
|
errors_cummulative += "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (first) {
|
||||||
|
// No config bundle loaded, reset.
|
||||||
|
this->reset(false);
|
||||||
|
}
|
||||||
return errors_cummulative;
|
return errors_cummulative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue