mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-01 08:28:42 +03:00
Fix some bugs
This commit is contained in:
@@ -385,17 +385,11 @@ std::string AppConfig::load(const std::string &path)
|
||||
//B7
|
||||
// if (ini_ver) {
|
||||
// m_orig_version = *ini_ver;
|
||||
if (ini_ver) {
|
||||
m_orig_version = *ini_ver;
|
||||
// // Make 1.40.0 alphas compare well
|
||||
// ini_ver->set_metadata(boost::none);
|
||||
// ini_ver->set_prerelease(boost::none);
|
||||
// m_legacy_datadir = ini_ver < Semver(1, 40, 0);
|
||||
// }
|
||||
ini_ver->set_metadata(boost::none);
|
||||
ini_ver->set_prerelease(boost::none);
|
||||
m_legacy_datadir = ini_ver < Semver(1, 40, 0);
|
||||
}
|
||||
|
||||
// Legacy conversion
|
||||
if (m_mode == EAppMode::Editor) {
|
||||
|
||||
Reference in New Issue
Block a user