mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Move to top is now disabled for the first job
CL-896
This commit is contained in:
parent
1b9deb2790
commit
882cc000ac
@ -216,7 +216,7 @@ Item
|
|||||||
popup.close()
|
popup.close()
|
||||||
}
|
}
|
||||||
width: parent.width
|
width: parent.width
|
||||||
enabled: OutputDevice.printJobs[0].key != printJob.key
|
enabled: OutputDevice.queuedPrintJobs[0].key != printJob.key
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: 10
|
anchors.topMargin: 10
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user