mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-27 00:24:00 -06:00
Do not perform config check if conf folder is redefined
This commit is contained in:
parent
00c86b2b7f
commit
6490456ec4
2 changed files with 7 additions and 0 deletions
|
@ -352,6 +352,7 @@ private:
|
|||
void check_updates(const bool verbose);
|
||||
|
||||
bool m_init_app_config_from_older { false };
|
||||
bool m_config_folder_redefined { false };
|
||||
std::string m_older_data_dir_path;
|
||||
boost::optional<Semver> m_last_config_version;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue