aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.pelagicore.apps.settings/helper/Helper.qml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/com.pelagicore.apps.settings/helper/Helper.qml')
-rw-r--r--apps/com.pelagicore.apps.settings/helper/Helper.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/com.pelagicore.apps.settings/helper/Helper.qml b/apps/com.pelagicore.apps.settings/helper/Helper.qml
index b8c97401..8436e797 100644
--- a/apps/com.pelagicore.apps.settings/helper/Helper.qml
+++ b/apps/com.pelagicore.apps.settings/helper/Helper.qml
@@ -44,8 +44,6 @@ QtObject {
var notification = ApplicationInterface.createNotification();
notification.summary = summary;
notification.body = body;
- // line below should be removed when AUTOSUITE-1366 will be fixed
- notification.icon = Qt.resolvedUrl("../icon.png");
notification.sticky = true;
notification.show();
}