Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/WelcomePages/WhatsNewContent.qml')
-rw-r--r--resources/qml/WelcomePages/WhatsNewContent.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/WelcomePages/WhatsNewContent.qml b/resources/qml/WelcomePages/WhatsNewContent.qml
index 39695dabc4..0fc5fa06ba 100644
--- a/resources/qml/WelcomePages/WhatsNewContent.qml
+++ b/resources/qml/WelcomePages/WhatsNewContent.qml
@@ -45,6 +45,7 @@ Item
textArea.wrapMode: Text.WordWrap
textArea.readOnly: true
textArea.font: UM.Theme.getFont("medium")
+ textArea.onLinkActivated: Qt.openUrlExternally(link)
}
Cura.PrimaryButton