add setting to always show push notifications

This commit is contained in:
Henry Jameson 2023-12-13 23:54:12 +02:00
commit 5ee8fc0aea
4 changed files with 24 additions and 3 deletions

View file

@ -79,6 +79,7 @@ export const defaultState = {
polls: true
},
webPushNotifications: false,
webPushAlwaysShowNotifications: false,
muteWords: [],
highlight: {},
interfaceLanguage: browserLocale,