Commit c46db2bc authored by twanvl's avatar twanvl

old style update_url is saved in settings

parent 4953501a
...@@ -236,7 +236,11 @@ IMPLEMENT_REFLECTION_NO_SCRIPT(Settings) { ...@@ -236,7 +236,11 @@ IMPLEMENT_REFLECTION_NO_SCRIPT(Settings) {
REFLECT(symbol_grid_snap); REFLECT(symbol_grid_snap);
REFLECT(default_game); REFLECT(default_game);
REFLECT(apprentice_location); REFLECT(apprentice_location);
REFLECT_IGNORE(306,"updates url"); #if USE_OLD_STYLE_UPDATE_CHECKER
REFLECT(updates_url);
#else
REFLECT_IGNORE(306,"updates url");
#endif
REFLECT(package_versions_url); REFLECT(package_versions_url);
REFLECT(installer_list_url); REFLECT(installer_list_url);
REFLECT(check_updates); REFLECT(check_updates);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment