Merge pull request #4028 from thelounge/xpaw/nosync
Disable settings sync for browser notifications and notification sound
This commit is contained in:
commit
82c83c5f18
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user