ENH: update: remove the comment which is not used when updating preset

JIRA: no jira
Change-Id: Ic930eea50a7beb78aa6dc7c53fbb5c366857e825
(cherry picked from commit e0225fc147702cf73e6eda4830a2592c7598901c)
This commit is contained in:
lane.wei 2023-12-07 20:23:13 +08:00 committed by Lane.Wei
parent 3e1ef0174e
commit a9a43606d1
1 changed files with 1 additions and 1 deletions

View File

@ -1287,7 +1287,7 @@ Updates PresetUpdater::priv::get_config_updates(const Semver &old_slic3r_version
version.config_version = cache_ver;
version.comment = description;
updates.updates.emplace_back(std::move(file_path), std::move(path_in_vendor.string()), std::move(version), vendor_name, changelog, description, force_update, false);
updates.updates.emplace_back(std::move(file_path), std::move(path_in_vendor.string()), std::move(version), vendor_name, changelog, "", force_update, false);
//BBS: add directory support
auto print_in_vendors = (vendor_path / vendor_name / PRESET_PRINT_NAME);