mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Add missing typing for setting visibility preset model
This commit is contained in:
parent
8bff0d17e8
commit
dc473dc78d
2 changed files with 24 additions and 12 deletions
|
@ -134,7 +134,6 @@ Column
|
|||
onPreferenceChanged:
|
||||
{
|
||||
var autoSlice = UM.Preferences.getValue("general/auto_slice")
|
||||
print(prepareButtons.autoSlice, autoSlice)
|
||||
if(prepareButtons.autoSlice != autoSlice)
|
||||
{
|
||||
prepareButtons.autoSlice = autoSlice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue