From c47d2c51aa9b54ca2458e8c302eb06b3e059ce60 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Fri, 21 Oct 2022 23:32:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E5=B8=AE=E5=8A=A9=E8=8F=9C?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/GUI/qml/Launcher.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/qml/Launcher.qml b/src/GUI/qml/Launcher.qml index 033f8ed..548d549 100644 --- a/src/GUI/qml/Launcher.qml +++ b/src/GUI/qml/Launcher.qml @@ -25,7 +25,7 @@ Item { ListElement { title: qsTr("Settings"); pageSource: ""; iconPath: "image://colored-icon/toolbox-settings"; state:"settings" } ListElement { title: qsTr("Add-ons"); pageSource: "qrc:///qml/AddOns.qml"; iconPath: "image://colored-icon/toolbox-addons"; state:"loader" } - ListElement { title: qsTr("Help"); pageSource: "qrc:///qml/HelpSupport.qml"; iconPath: "image://colored-icon/toolbox-help"; state:"loader" } + //ListElement { title: qsTr("Help"); pageSource: "qrc:///qml/HelpSupport.qml"; iconPath: "image://colored-icon/toolbox-help"; state:"loader" } }