Fix "Manage printer" button pointing to the print job link

Both the "Manage printer" and the "Manage in browser" button were using the `openPrintJobControlPanel()` function, which was wrong. This is now fixed so that the "Manage printer" will use the `openPrinterControlPanel()` function as it should've in the first place.
This commit is contained in:
Konstantinos Karmas 2021-08-19 12:33:46 +02:00
parent 668624e13d
commit ae3362f716

View file

@ -172,7 +172,7 @@ Item
MouseArea
{
anchors.fill: managePrinterLink
onClicked: OutputDevice.openPrintJobControlPanel()
onClicked: OutputDevice.openPrinterControlPanel()
onEntered:
{
manageQueueText.font.underline = true