From 6eb94da3e841d4ad8f3caaa9f872bab5fbbe2f7e Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 29 Jan 2026 21:24:21 +0200 Subject: [PATCH] make sw shut up --- src/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sw.js b/src/sw.js index 38a2fe7b2..3e22cca68 100644 --- a/src/sw.js +++ b/src/sw.js @@ -39,7 +39,7 @@ const setSettings = async () => { const locale = vuexState.config.interfaceLanguage || 'en' i18n.locale = locale const notificationsNativeArray = Object.entries( - vuexState.config.notificationNative, + vuexState.config.notificationNative || {}, ) state.webPushAlwaysShowNotifications = vuexState.config.webPushAlwaysShowNotifications