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: {
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user