mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Added unit test for settingvisibility presets
CURA-5734
This commit is contained in:
parent
7e7afa7c06
commit
edb5de9954
5 changed files with 113 additions and 13 deletions
|
|
@ -702,7 +702,7 @@ class CuraApplication(QtApplication):
|
|||
self._cura_actions = CuraActions.CuraActions(self)
|
||||
|
||||
# Initialize setting visibility presets model.
|
||||
self._setting_visibility_presets_model = SettingVisibilityPresetsModel(self)
|
||||
self._setting_visibility_presets_model = SettingVisibilityPresetsModel(self.getPreferences(), parent = self)
|
||||
|
||||
# Detect in which mode to run and execute that mode
|
||||
if self._is_headless:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue