mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03: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 {
|
ListModel {
|
||||||
id: notificationsModel
|
id: notificationsModel
|
||||||
ListElement {
|
/* ListElement {
|
||||||
source: "call1Source"
|
source: "call1Source"
|
||||||
appIcon: "call-start"
|
appIcon: "call-start"
|
||||||
summary: "Missed call from Joe"
|
summary: "Missed call from Joe"
|
||||||
|
|
@ -157,7 +157,7 @@ Item {
|
||||||
appName: "Message"
|
appName: "Message"
|
||||||
summary: "July: Hello?"
|
summary: "July: Hello?"
|
||||||
actions: []
|
actions: []
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue