- 无设置项时配置项标题不显示

This commit is contained in:
mashiros 2022-05-27 12:30:24 +08:00
parent 5859521b6c
commit 80c0a490dc

View File

@ -85,6 +85,7 @@ NVG.Window {
Heading {
id: heading
visible: Boolean(preference)
text: Common.styles[styleList.value] + " " + qsTr("Configuration")
}