mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Fix SettingCheckbox.qml warning.
This commit is contained in:
parent
9de2b39d38
commit
261ee5b7f5
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ SettingItem
|
|||
case "False":
|
||||
return false
|
||||
default:
|
||||
return value
|
||||
return (value !== undefined) ? value : false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue