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