mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +00:00
remove the fake notifications
This commit is contained in:
parent
59e664df42
commit
5af4b0f4b1
1 changed files with 0 additions and 23 deletions
|
|
@ -133,29 +133,6 @@ Item {
|
||||||
|
|
||||||
ListModel {
|
ListModel {
|
||||||
id: notificationsModel
|
id: notificationsModel
|
||||||
|
|
||||||
ListElement {
|
|
||||||
source: "call1Source"
|
|
||||||
appIcon: "call-start"
|
|
||||||
summary: "Missed call from Joe"
|
|
||||||
appName: "Phone"
|
|
||||||
body: "Called at 8:42 from +41 56 373 37 31"
|
|
||||||
actions: []
|
|
||||||
}
|
|
||||||
ListElement {
|
|
||||||
source: "im1Source"
|
|
||||||
appIcon: "im-google"
|
|
||||||
appName: "Message"
|
|
||||||
summary: "July: Hey! Are you around?"
|
|
||||||
actions: []
|
|
||||||
}
|
|
||||||
ListElement {
|
|
||||||
source: "im2Source"
|
|
||||||
appIcon: "im-google"
|
|
||||||
appName: "Message"
|
|
||||||
summary: "July: Hello?"
|
|
||||||
actions: []
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue