mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Updating: Start using proper URLs
This commit is contained in:
parent
03e9da804a
commit
dce0aa6771
4 changed files with 15 additions and 6 deletions
|
@ -135,7 +135,7 @@ PresetUpdater::priv::priv(int version_online_event) :
|
|||
void PresetUpdater::priv::set_download_prefs(AppConfig *app_config)
|
||||
{
|
||||
enabled_version_check = app_config->get("version_check") == "1";
|
||||
version_check_url = app_config->get("version_check_url");
|
||||
version_check_url = app_config->version_check_url();
|
||||
enabled_config_update = app_config->get("preset_update") == "1";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue