mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
notifications actually work
This commit is contained in:
parent
f7a6894587
commit
f1ce156ce9
1 changed files with 2 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ import org.kde.plasma.components 2.0 as PlasmaComponents
|
|||
|
||||
Item {
|
||||
id: root
|
||||
property int notificationId: 0
|
||||
|
||||
Layout.minimumHeight: notificationView.contentsHeight
|
||||
|
||||
|
|
@ -93,7 +94,7 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
homescreen.addNotification(
|
||||
root.addNotification(
|
||||
sourceName,
|
||||
data,
|
||||
actions);
|
||||
|
|
|
|||
Loading…
Reference in a new issue