mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
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:
parent
668624e13d
commit
ae3362f716
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ Item
|
||||||
MouseArea
|
MouseArea
|
||||||
{
|
{
|
||||||
anchors.fill: managePrinterLink
|
anchors.fill: managePrinterLink
|
||||||
onClicked: OutputDevice.openPrintJobControlPanel()
|
onClicked: OutputDevice.openPrinterControlPanel()
|
||||||
onEntered:
|
onEntered:
|
||||||
{
|
{
|
||||||
manageQueueText.font.underline = true
|
manageQueueText.font.underline = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue