Add notification history (NotificationHistory.qml)

This commit is contained in:
ly-sec 2025-07-17 15:04:51 +02:00
parent b803b097a5
commit e55cbb934b
3 changed files with 427 additions and 19 deletions

View file

@ -82,6 +82,11 @@ Scope {
anchors.rightMargin: 18
spacing: 12
NotificationHistory {
id: notificationHistoryWin
anchors.verticalCenter: parent.verticalCenter
}
Brightness {
id: widgetsBrightness
anchors.verticalCenter: parent.verticalCenter