Merge pull request #4028 from thelounge/xpaw/nosync

Disable settings sync for browser notifications and notification sound
This commit is contained in:
Pavel Djundik 2020-08-14 10:39:29 +03:00 committed by GitHub
commit 82c83c5f18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,