Disable settings sync for browser notifications and notification sound

Closes #3144
This commit is contained in:
Pavel Djundik 2020-08-12 18:36:07 +03:00
parent b6782da837
commit d588ecea58

View file

@ -31,6 +31,7 @@ export const config = normalizeConfig({
},
desktopNotifications: {
default: false,
sync: "never",
apply(store, value) {
store.commit("refreshDesktopNotificationState", null, {root: true});
@ -57,6 +58,7 @@ export const config = normalizeConfig({
},
notification: {
default: true,
sync: "never",
},
notifyAllMessages: {
default: false,