mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-04 12:33:57 -06:00
Move to top is now disabled for the first job
CL-896
This commit is contained in:
parent
1b9deb2790
commit
882cc000ac
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ Item
|
|||
popup.close()
|
||||
}
|
||||
width: parent.width
|
||||
enabled: OutputDevice.printJobs[0].key != printJob.key
|
||||
enabled: OutputDevice.queuedPrintJobs[0].key != printJob.key
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 10
|
||||
hoverEnabled: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue