Skip to content

Commit

Permalink
#2519 Move "MediaSoundsEarLocation" and "VoiceEarLocation" toggles to…
Browse files Browse the repository at this point in the history
… the Communicate menu (#2707)
  • Loading branch information
marchcat committed Sep 26, 2024
1 parent 27e282d commit 42d52b3
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions indra/newview/skins/default/xui/en/menu_viewer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -465,24 +465,6 @@
<menu_item_check.on_click
function="World.AlwaysRun" />
</menu_item_check>
<menu_item_check
label="Hear Media and Sound from Avatar"
name="Hear Media and Sound from Avatar">
<menu_item_check.on_check
control="MediaSoundsEarLocation" />
<menu_item_check.on_click
function="Agent.ToggleHearMediaSoundFromAvatar" />
</menu_item_check>
<menu_item_check
label="Hear Voice from Avatar"
name="Hear Voice from Avatar">
<menu_item_check.on_check
control="VoiceEarLocation" />
<menu_item_check.on_click
function="Agent.ToggleHearVoiceFromAvatar" />
<menu_item_call.on_enable
control="EnableVoiceChat" />
</menu_item_check>
<menu_item_separator/>
<menu_item_check
label="Gestures..."
Expand Down Expand Up @@ -579,6 +561,25 @@
parameter="conversation" />
</menu_item_check>
<menu_item_separator/>
<menu_item_check
label="Hear Media and Sound from Avatar"
name="Hear Media and Sound from Avatar">
<menu_item_check.on_check
control="MediaSoundsEarLocation" />
<menu_item_check.on_click
function="Agent.ToggleHearMediaSoundFromAvatar" />
</menu_item_check>
<menu_item_check
label="Hear Voice from Avatar"
name="Hear Voice from Avatar">
<menu_item_check.on_check
control="VoiceEarLocation" />
<menu_item_check.on_click
function="Agent.ToggleHearVoiceFromAvatar" />
<menu_item_call.on_enable
control="EnableVoiceChat" />
</menu_item_check>
<menu_item_separator/>
<menu_item_check
label="Gestures..."
name="Gestures"
Expand Down

0 comments on commit 42d52b3

Please sign in to comment.