Move to top is now disabled for the first job

CL-896
This commit is contained in:
Jaime van Kessel 2018-09-05 13:15:09 +02:00
parent 1b9deb2790
commit 882cc000ac

View file

@ -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