Fix urls in about page

CURA-10561
This commit is contained in:
c.lamboo 2023-10-19 18:48:55 +02:00
parent 6f1adaad43
commit a588b8d44a

View File

@ -77,6 +77,7 @@ UM.Dialog
visible: text !== "" visible: text !== ""
Layout.fillWidth: true Layout.fillWidth: true
Layout.preferredWidth: 2 Layout.preferredWidth: 2
onLinkActivated: Qt.openUrlExternally(url)
elide: Text.ElideRight elide: Text.ElideRight
} }