mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
CURA-4525 do not show build plate view item when disabled
This commit is contained in:
parent
5e26ecb458
commit
4f224a4311
2 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,7 @@ Menu
|
|||
{
|
||||
id: buildPlateMenu;
|
||||
title: catalog.i18nc("@action:inmenu menubar:view","&Build plate");
|
||||
visible: UM.Preferences.getValue("cura/use_multi_build_plate")
|
||||
Instantiator
|
||||
{
|
||||
model: Cura.BuildPlateModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue