mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:35:53 +08: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
@ -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…
x
Reference in New Issue
Block a user