From 04e5370f25eeefd62853979bd7140b6b723625e2 Mon Sep 17 00:00:00 2001 From: TalusL Date: Tue, 11 Jun 2024 22:59:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=8F=82=E6=95=B0=E9=80=89?= =?UTF-8?q?=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/main.qml b/qml/main.qml index 507101f..1ab69c4 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -195,7 +195,7 @@ ApplicationWindow { id: countText x: 5 anchors.verticalCenter: parent.verticalCenter - text: "WFB Pkt/Air Pkt" + text: "WFB Pkt/AIR Pkt" font.pixelSize: 16 color: "#ffffff" }