From e0f363bd477c6416c33210f6c3099e84ab1dd3ab Mon Sep 17 00:00:00 2001 From: zhongjin Date: Wed, 7 Dec 2022 15:23:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/GUI/qml/NewVersionNot?= =?UTF-8?q?ification.qml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/GUI/qml/NewVersionNotification.qml | 1 + 1 file changed, 1 insertion(+) 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); }