mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 21:49:14 +08:00
Fix initial state of 'See only current build plate'. CURA-4525
This commit is contained in:
parent
fda4badab1
commit
24ad68aeb5
@ -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…
x
Reference in New Issue
Block a user