mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Only show Machine Actions for the currently active machine
Many machine actions act on the currently active printer, because they don't have a pointer to the printer selected on the Printer manager.
This commit is contained in:
parent
7eee1efa14
commit
2c5644ff08
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ UM.ManagementPage
|
||||||
Flow
|
Flow
|
||||||
{
|
{
|
||||||
id: machineActions
|
id: machineActions
|
||||||
|
visible: currentItem && currentItem.id == Cura.MachineManager.activeMachineId
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.top: machineName.bottom
|
anchors.top: machineName.bottom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue