diff --git a/src/GUI/qml/NewVersionNotification.qml b/src/GUI/qml/NewVersionNotification.qml index 746b21e..2d79058 100644 --- a/src/GUI/qml/NewVersionNotification.qml +++ b/src/GUI/qml/NewVersionNotification.qml @@ -17,6 +17,7 @@ ClickableText { color: "white" onClicked: { + //zhongjin _launcher.launchUrl(_updates.updateUri); }