mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -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":
|
case "False":
|
||||||
return false
|
return false
|
||||||
default:
|
default:
|
||||||
return value
|
return (value !== undefined) ? value : false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue