mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Further review suggestions
Contributes to issue CURA-9220.
This commit is contained in:
parent
84cf72d58f
commit
8a55a2aff6
2 changed files with 2 additions and 1 deletions
|
@ -78,6 +78,7 @@ Item
|
|||
var states = ["printing", "pausing", "paused", "resuming"];
|
||||
return states.indexOf(printJob.state) !== -1;
|
||||
}
|
||||
|
||||
property bool abortVisible:
|
||||
{
|
||||
if(!printJob)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue