From ebdbc47cb1587509e9458263965290c12338bc7b Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sun, 1 Sep 2024 20:08:59 +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 f0ca9d9..edf2e2e 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: "经纬航通 2024.4.0" + _launcher.versionString + text: "经纬航通" + _launcher.versionString color: "white" style: Text.Outline styleColor: "black"