Fix: Adds favicon badge for notification alert. (#2079)
* Adds favicon badge for notification alert.
This commit is contained in:
parent
4387736f1a
commit
a14e8ba250
7 changed files with 28 additions and 3 deletions
|
@ -21,6 +21,7 @@ import i18n from '../dashboard/i18n';
|
|||
import createAxios from '../dashboard/helper/APIHelper';
|
||||
import commonHelpers from '../dashboard/helper/commons';
|
||||
import { getAlertAudio } from '../shared/helpers/AudioNotificationHelper';
|
||||
import { initFaviconSwitcher } from '../shared/helpers/faviconHelper';
|
||||
import router from '../dashboard/routes';
|
||||
import store from '../dashboard/store';
|
||||
import vueActionCable from '../dashboard/helper/actionCable';
|
||||
|
@ -80,4 +81,5 @@ window.addEventListener('load', () => {
|
|||
})
|
||||
);
|
||||
getAlertAudio();
|
||||
initFaviconSwitcher();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue