mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Hide the toolbar and don't show time and material information when loading a gcode
Contributes to CURA-5979.
This commit is contained in:
parent
077b34b433
commit
92d0717096
2 changed files with 8 additions and 2 deletions
|
@ -212,7 +212,7 @@ UM.MainWindow
|
|||
verticalCenter: parent.verticalCenter
|
||||
left: parent.left
|
||||
}
|
||||
visible: CuraApplication.platformActivity
|
||||
visible: CuraApplication.platformActivity && !PrintInformation.preSliced
|
||||
}
|
||||
|
||||
ObjectsList
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue