mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Fix initial state of 'See only current build plate'. CURA-4525
This commit is contained in:
parent
fda4badab1
commit
24ad68aeb5
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ Rectangle
|
|||
{
|
||||
id: filterBuildPlateCheckbox
|
||||
visible: !collapsed
|
||||
checked: boolCheck(UM.Preferences.getValue("view/filter_current_build_plate"))
|
||||
checked: UM.Preferences.getValue("view/filter_current_build_plate")
|
||||
onClicked: UM.Preferences.setValue("view/filter_current_build_plate", checked)
|
||||
|
||||
text: catalog.i18nc("@option:check","See only current build plate");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue