From b068deccd4393d6512a2d4f9844f04229f7d3240 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 --- ui/StatusQ/src/StatusQ/Layout/StatusSectionLayout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/StatusQ/src/StatusQ/Layout/StatusSectionLayout.qml b/ui/StatusQ/src/StatusQ/Layout/StatusSectionLayout.qml index 1252f6f91e..b3655baf02 100644 --- a/ui/StatusQ/src/StatusQ/Layout/StatusSectionLayout.qml +++ b/ui/StatusQ/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