1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-21 09:44:26 +00:00

Updating: Start using proper URLs

This commit is contained in:
Vojtech Kral
2018-04-25 17:43:01 +02:00
parent 03e9da804a
commit dce0aa6771
4 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -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";
}