diff --git a/client/js/settings.js b/client/js/settings.js index fc2c1cc7..b1d5308a 100644 --- a/client/js/settings.js +++ b/client/js/settings.js @@ -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,