mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
feat(notifications): Add notification icon to create chat view
Closes: #5628
This commit is contained in:
parent
b039e9d67d
commit
d58c6eb577
@ -134,6 +134,19 @@ Page {
|
||||
root.createChat();
|
||||
}
|
||||
}
|
||||
|
||||
Item {
|
||||
Layout.alignment: Qt.AlignTop
|
||||
implicitHeight: 44
|
||||
implicitWidth: 44
|
||||
|
||||
StatusActivityCenterButton {
|
||||
id: notificationButton
|
||||
anchors.centerIn: parent
|
||||
unreadNotificationsCount: activityCenter.unreadNotificationsCount
|
||||
onClicked: activityCenter.open()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
contentItem: Item {
|
||||
|
Loading…
x
Reference in New Issue
Block a user