mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Action-Panel (CURA-5786) can now know about Preview-Stage (CURA-5829).
This commit is contained in:
parent
215fc4e8ec
commit
e66dd2be0b
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ Column
|
||||||
hoverColor: UM.Theme.getColor("secondary")
|
hoverColor: UM.Theme.getColor("secondary")
|
||||||
textColor: UM.Theme.getColor("primary")
|
textColor: UM.Theme.getColor("primary")
|
||||||
textHoverColor: UM.Theme.getColor("text")
|
textHoverColor: UM.Theme.getColor("text")
|
||||||
onClicked: UM.Controller.setActiveStage("MonitorStage")
|
onClicked: UM.Controller.setActiveStage("PreviewStage")
|
||||||
}
|
}
|
||||||
|
|
||||||
Cura.OutputDevicesActionButton
|
Cura.OutputDevicesActionButton
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue