Browse Source

fix q-mail tab label when clicking icon in ui

pull/196/head
PhilReact 1 year ago
parent
commit
cb886e29e1
  1. 4
      core/src/components/notification-view/notification-bell.js

4
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",

Loading…
Cancel
Save