mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +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 {
|
Item {
|
||||||
id: root
|
id: root
|
||||||
|
property int notificationId: 0
|
||||||
|
|
||||||
Layout.minimumHeight: notificationView.contentsHeight
|
Layout.minimumHeight: notificationView.contentsHeight
|
||||||
|
|
||||||
|
|
@ -93,7 +94,7 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
homescreen.addNotification(
|
root.addNotification(
|
||||||
sourceName,
|
sourceName,
|
||||||
data,
|
data,
|
||||||
actions);
|
actions);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue