Hide the toolbar and don't show time and material information when loading a gcode

Contributes to CURA-5979.
This commit is contained in:
Diego Prado Gesto 2018-11-27 15:00:50 +01:00
parent 077b34b433
commit 92d0717096
2 changed files with 8 additions and 2 deletions

View file

@ -212,7 +212,7 @@ UM.MainWindow
verticalCenter: parent.verticalCenter
left: parent.left
}
visible: CuraApplication.platformActivity
visible: CuraApplication.platformActivity && !PrintInformation.preSliced
}
ObjectsList