diff --git a/qml/AboutDialog.qml b/qml/AboutDialog.qml index fe26da1..c692bee 100644 --- a/qml/AboutDialog.qml +++ b/qml/AboutDialog.qml @@ -42,16 +42,8 @@ BasicDialog { Layout.fillWidth: true text: "" + app.organizationDomain + "" horizontalAlignment: Text.AlignHCenter - onLinkActivated: openWebsite() + onLinkActivated: Qt.openUrlExternally(app.organizationDomain) wrapMode: Text.Wrap - MouseArea { - anchors.fill: parent - cursorShape: Qt.PointingHandCursor - onClicked: parent.openWebsite() - } - function openWebsite() { - Qt.openUrlExternally(app.organizationDomain) - } } Controls.Label { Layout.fillWidth: true