From 535ae144590cec17c4ee99c0b2dd6e4bfef93def Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 4 Sep 2017 18:25:22 +0200 Subject: [PATCH] hide 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 104022fd..af27ee5b 100644 --- a/applets/notifications/contents/ui/main.qml +++ b/applets/notifications/contents/ui/main.qml @@ -157,7 +157,7 @@ Item { ListModel { id: notificationsModel - ListElement { + /* ListElement { source: "call1Source" appIcon: "call-start" summary: "Missed call from Joe" @@ -178,7 +178,7 @@ Item { appName: "Message" summary: "July: Hello?" actions: [] - } + }*/ } ListView {