From 0b03a9d234bb3f51f9afd59f8103810cfd850761 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 1 Sep 2017 18:36:10 +0200 Subject: [PATCH] don't inject fake notifications --- applets/notifications/contents/ui/main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applets/notifications/contents/ui/main.qml b/applets/notifications/contents/ui/main.qml index c61cb2e4..93d58601 100644 --- a/applets/notifications/contents/ui/main.qml +++ b/applets/notifications/contents/ui/main.qml @@ -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 {