mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Bumped up the Preference version to 7
reverted the SettingVersion to 16 CURA-8110_upgrader
This commit is contained in:
parent
4707560dcb
commit
72478994ec
3 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ class VersionUpgrade48to49(VersionUpgrade):
|
|||
parser.read_string(serialized)
|
||||
|
||||
# Update version number.
|
||||
parser["metadata"]["setting_version"] = "17"
|
||||
parser["general"]["version"] = "7"
|
||||
|
||||
# Update visibility settings to include new top_bottom category
|
||||
parser["general"]["visible_settings"] += ";top_bottom"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue