From 519df331b882d45eab38bc2fd30282892e3ddbf1 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sat, 28 Oct 2023 17:34:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/GUI/qml/FirstRun.qml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/GUI/qml/FirstRun.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/qml/FirstRun.qml b/src/GUI/qml/FirstRun.qml index 8c66be0..7d73be2 100644 --- a/src/GUI/qml/FirstRun.qml +++ b/src/GUI/qml/FirstRun.qml @@ -67,7 +67,7 @@ Item { horizontalAlignment: Text.AlignHCenter fontSizeMode: Text.Fit - text: "经纬航通 2023.4.0" //+ _launcher.versionString + text: "经纬航通 2023.4.0" + _launcher.versionString color: "white" style: Text.Outline styleColor: "black"