mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 03:19:02 +08:00
Fix SettingCheckbox.qml warning.
This commit is contained in:
parent
9de2b39d38
commit
261ee5b7f5
@ -48,7 +48,7 @@ SettingItem
|
|||||||
case "False":
|
case "False":
|
||||||
return false
|
return false
|
||||||
default:
|
default:
|
||||||
return value
|
return (value !== undefined) ? value : false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user