mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 22:53:09 +00:00
don't inject fake notifications
This commit is contained in:
parent
15526517ef
commit
0b03a9d234
1 changed files with 2 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ Item {
|
|||
|
||||
ListModel {
|
||||
id: notificationsModel
|
||||
ListElement {
|
||||
/* ListElement {
|
||||
source: "call1Source"
|
||||
appIcon: "call-start"
|
||||
summary: "Missed call from Joe"
|
||||
|
|
@ -157,7 +157,7 @@ Item {
|
|||
appName: "Message"
|
||||
summary: "July: Hello?"
|
||||
actions: []
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
ListView {
|
||||
|
|
|
|||
Loading…
Reference in a new issue