make sw shut up
This commit is contained in:
parent
775a469507
commit
6eb94da3e8
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ const setSettings = async () => {
|
||||||
const locale = vuexState.config.interfaceLanguage || 'en'
|
const locale = vuexState.config.interfaceLanguage || 'en'
|
||||||
i18n.locale = locale
|
i18n.locale = locale
|
||||||
const notificationsNativeArray = Object.entries(
|
const notificationsNativeArray = Object.entries(
|
||||||
vuexState.config.notificationNative,
|
vuexState.config.notificationNative || {},
|
||||||
)
|
)
|
||||||
state.webPushAlwaysShowNotifications =
|
state.webPushAlwaysShowNotifications =
|
||||||
vuexState.config.webPushAlwaysShowNotifications
|
vuexState.config.webPushAlwaysShowNotifications
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue