mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Update SettingVersion to 2 for renaming the quality profiles
CURA-3975 Update SettingVersion to 2 so we can create an upgrade to rename the quality profiles.
This commit is contained in:
parent
afb923401e
commit
16a078b9a6
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class CuraApplication(QtApplication):
|
|||
# SettingVersion represents the set of settings available in the machine/extruder definitions.
|
||||
# You need to make sure that this version number needs to be increased if there is any non-backwards-compatible
|
||||
# changes of the settings.
|
||||
SettingVersion = 1
|
||||
SettingVersion = 2
|
||||
|
||||
class ResourceTypes:
|
||||
QmlFiles = Resources.UserType + 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue