From cb886e29e15893eef505cd23ad6b655f555a6482 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Sat, 16 Sep 2023 23:12:08 -0500 Subject: [PATCH] fix q-mail tab label when clicking icon in ui --- core/src/components/notification-view/notification-bell.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/notification-view/notification-bell.js b/core/src/components/notification-view/notification-bell.js index bb3913c5..cf78f907 100644 --- a/core/src/components/notification-view/notification-bell.js +++ b/core/src/components/notification-view/notification-bell.js @@ -158,7 +158,7 @@ class NotificationBell extends connect(store)(LitElement) { url: `qdn/browser/index.html${query}`, id: 'q-mail-notification', myPlugObj: { - "url": "qapps", + "url": "myapp", "domain": "core", "page": `qdn/browser/index.html${query}`, "title": "Q-Mail", @@ -196,7 +196,7 @@ class NotificationBell extends connect(store)(LitElement) { url: `qdn/browser/index.html${query}`, id: 'q-mail-notification', myPlugObj: { - "url": "qapps", + "url": "myapp", "domain": "core", "page": `qdn/browser/index.html${query}`, "title": "Q-Mail",