Tweak spatial audio copy

This commit is contained in:
Robin Townsend
2022-06-06 11:19:40 -04:00
parent 69cfa1db6d
commit b314e047c1
3 changed files with 24 additions and 3 deletions

View File

@@ -87,9 +87,10 @@ export const SettingsModal = (props) => {
<FieldRow>
<InputField
id="spatialAudio"
label="Spatial audio (experimental)"
label="Spatial audio"
type="checkbox"
checked={spatialAudio}
description="This will make a speaker's audio sound as if it is coming from where their tile is positioned on screen. (Experimental feature: this may impact the stability of audio.)"
onChange={(e) => setSpatialAudio(e.target.checked)}
/>
</FieldRow>