make sw shut up

This commit is contained in:
Henry Jameson 2026-01-29 21:24:21 +02:00
commit 6eb94da3e8

View file

@ -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