mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Correct preferences version number
The old version was 2, so the new one needs to be 3. Contributes to issue CURA-844.
This commit is contained in:
parent
f04430ba57
commit
04974a4308
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ def getMetaData():
|
||||||
# From To Upgrade function
|
# From To Upgrade function
|
||||||
("profile", 1): ("instance_container", 2, upgrade.upgradeProfile),
|
("profile", 1): ("instance_container", 2, upgrade.upgradeProfile),
|
||||||
("machine_instance", 1): ("container_stack", 2, upgrade.upgradeMachineInstance),
|
("machine_instance", 1): ("container_stack", 2, upgrade.upgradeMachineInstance),
|
||||||
("preferences", 1): ("preferences", 2, upgrade.upgradePreferences)
|
("preferences", 2): ("preferences", 3, upgrade.upgradePreferences)
|
||||||
},
|
},
|
||||||
"sources": {
|
"sources": {
|
||||||
"profile": {
|
"profile": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue