From 80c0a490dc96614ebfbea84c7dff588db012ffa2 Mon Sep 17 00:00:00 2001 From: mashiros <490328928@qq.com> Date: Fri, 27 May 2022 12:30:24 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E6=97=A0=E8=AE=BE=E7=BD=AE=E9=A1=B9?= =?UTF-8?q?=E6=97=B6=E9=85=8D=E7=BD=AE=E9=A1=B9=E6=A0=87=E9=A2=98=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qml/StylePreferences.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/StylePreferences.qml b/qml/StylePreferences.qml index 20bafcc..60a1bb0 100644 --- a/qml/StylePreferences.qml +++ b/qml/StylePreferences.qml @@ -85,6 +85,7 @@ NVG.Window { Heading { id: heading + visible: Boolean(preference) text: Common.styles[styleList.value] + " " + qsTr("Configuration") }