mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Allow setting visibilities to be upgraded
CURA-8810_version_upgrade
This commit is contained in:
parent
85fa07f6dd
commit
77ea5e5e89
4 changed files with 49 additions and 9 deletions
|
@ -19,6 +19,8 @@ class SettingVisibilityPresetsModel(QObject):
|
|||
onItemsChanged = pyqtSignal()
|
||||
activePresetChanged = pyqtSignal()
|
||||
|
||||
Version = 2
|
||||
|
||||
def __init__(self, preferences: Preferences, parent = None) -> None:
|
||||
super().__init__(parent)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue