From ea5c83710b1a47294b98ee3fc38943b669664cbb Mon Sep 17 00:00:00 2001 From: MishkaRogachev Date: Mon, 19 Sep 2022 16:53:07 +0300 Subject: [PATCH] hotfix(StatusSectionLayout): fix notificationCount availability --- src/StatusQ/Layout/StatusSectionLayout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StatusQ/Layout/StatusSectionLayout.qml b/src/StatusQ/Layout/StatusSectionLayout.qml index 1252f6f9..b3655baf 100644 --- a/src/StatusQ/Layout/StatusSectionLayout.qml +++ b/src/StatusQ/Layout/StatusSectionLayout.qml @@ -85,7 +85,7 @@ SplitView { This property holds the number of notifications to be displayed in the notifications button of the header component. */ - property int notificationCount + property alias notificationCount: statusToolBar.notificationCount /*! \qmlproperty alias StatusAppLayout::headerContent This property holds a reference to the custom header content of