Added settings for PM-related audio pings.

This commit is contained in:
rainbow napkin 2025-10-06 19:06:47 -04:00
parent 53fc46adc3
commit 976e157cf1
4 changed files with 83 additions and 3 deletions

View file

@ -313,7 +313,11 @@ class channel{
["syncDelta", 6],
["chatWidthMin", 20],
["userlistHidden", false],
["cinemaMode", false]
["cinemaMode", false],
["rxPMSound", 'unread'],
["txPMSound", false],
["newSeshSound", true],
["endSeshSound", true]
]);
}