mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Merge branch 'master' of https://github.com/prusa3d/slic3r
This commit is contained in:
commit
6d98c2b1ce
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ void PresetUpdater::priv::set_download_prefs(AppConfig *app_config)
|
||||||
{
|
{
|
||||||
enabled_version_check = app_config->get("version_check") == "1";
|
enabled_version_check = app_config->get("version_check") == "1";
|
||||||
version_check_url = app_config->version_check_url();
|
version_check_url = app_config->version_check_url();
|
||||||
enabled_config_update = app_config->get("preset_update") == "1";
|
enabled_config_update = app_config->get("preset_update") == "1" && !app_config->legacy_datadir();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Downloads a file (http get operation). Cancels if the Updater is being destroyed.
|
// Downloads a file (http get operation). Cancels if the Updater is being destroyed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue