Add emit proxy fix and HRTF audio mode
This commit is contained in:
@@ -106,6 +106,10 @@
|
||||
"keys": "M",
|
||||
"description": "Mute/unmute yourself"
|
||||
},
|
||||
{
|
||||
"keys": "H",
|
||||
"description": "Toggle classic/HRTF spatial audio"
|
||||
},
|
||||
{
|
||||
"keys": "Shift+M",
|
||||
"description": "Toggle stereo/mono output"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Maintainer-controlled web client version metadata.
|
||||
window.CHGRID_RELEASE_VERSION = "0.1.1";
|
||||
window.CHGRID_CLIENT_REVISION = "R350";
|
||||
window.CHGRID_CLIENT_REVISION = "R351";
|
||||
// Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid.
|
||||
window.CHGRID_TIME_ZONE = "America/Detroit";
|
||||
|
||||
Reference in New Issue
Block a user