Add missing action for button

CURA-8561
This commit is contained in:
Jaime van Kessel 2021-11-17 14:23:26 +01:00
parent 183fa06cfe
commit 07e9237d72
2 changed files with 1 additions and 2 deletions

View file

@ -170,6 +170,7 @@ Rectangle
color: externalLinkButton.hovered ? UM.Theme.getColor("action_button_hovered"): "transparent"
radius: externalLinkButton.width / 2
}
onClicked: Qt.openUrlExternally(packageData.authorInfoUrl)
}
}
@ -245,7 +246,6 @@ Rectangle
textFont: descriptionLabel.font
isIconOnRightSide: true
// NOTE: Is this the right URL for this action?
onClicked: Qt.openUrlExternally(packageData.packageInfoUrl)
}
}