Skip to content

Commit 6c0e19c

Browse files
FelixWolfakleshchev
authored andcommitted
Expose lookat and selection hint privacy settings
1 parent eb9c83c commit 6c0e19c

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

indra/newview/skins/default/xui/en/panel_preferences_privacy.xml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
name="online_visibility"
6464
top_pad="30"
6565
width="350" />
66-
66+
6767
<check_box
6868
enabled_control="EnableVoiceChat"
6969
control_name="AutoDisengageMic"
@@ -74,6 +74,34 @@
7474
name="auto_disengage_mic_check"
7575
top_pad="10"
7676
width="350" />
77+
<check_box
78+
control_name="EnableLookAtHints"
79+
height="16"
80+
label="Enable LookAt"
81+
layout="topleft"
82+
left="30"
83+
name="enable_lookat_hints"
84+
top_pad="10"
85+
width="350" />
86+
<check_box
87+
enabled_control="EnableLookAtHints"
88+
control_name="LimitLookAtHints"
89+
height="16"
90+
label="Limit LookAt Distance"
91+
layout="topleft"
92+
left="50"
93+
name="limit_lookat_distance"
94+
top_pad="10"
95+
width="350" />
96+
<check_box
97+
control_name="EnableSelectionHints"
98+
height="16"
99+
label="Enable Selection Hints"
100+
layout="topleft"
101+
left="30"
102+
name="enable_selection_hints"
103+
top_pad="10"
104+
width="350" />
77105
<button
78106
follows="left|top"
79107
height="23"

0 commit comments

Comments
 (0)