handle desktop notifications clicks

This commit is contained in:
Henry Jameson 2023-11-16 20:41:41 +02:00
commit a17defc5ab
4 changed files with 31 additions and 8 deletions

View file

@ -345,7 +345,7 @@ const afterStoreSetup = async ({ store, i18n }) => {
store.dispatch('setLayoutHeight', windowHeight())
FaviconService.initFaviconService()
initServiceWorker()
initServiceWorker(store)
window.addEventListener('focus', () => updateFocus())