Fix: Adds favicon badge for notification alert. (#2079)
* Adds favicon badge for notification alert.
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user