From 430cc64fdb2216baa00c4366b6530942aab6dba9 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Wed, 24 Sep 2025 14:12:32 -0400 Subject: [PATCH] NHeader: fix label visibility --- Widgets/NHeader.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Widgets/NHeader.qml b/Widgets/NHeader.qml index a38be993..f8bd2beb 100644 --- a/Widgets/NHeader.qml +++ b/Widgets/NHeader.qml @@ -17,7 +17,7 @@ ColumnLayout { font.pointSize: Style.fontSizeXL * scaling font.weight: Style.fontWeightBold color: Color.mSecondary - visible: root.title !== "" + visible: root.label !== "" } NText {