blob: 809c001904f4bfee68af8aaad97b8a77f0360304 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
border="true"
follows="left|top|right|bottom"
height="438"
label="Privacy"
layout="topleft"
left="102"
name="Privacy panel"
top="1"
width="517">
<tab_container
top_pad="0"
enabled="true"
follows="left|top"
height="430"
width="517"
left_delta="0"
name="privacy_tab_container"
tab_position="top"
tab_stop="false">
<panel
label="General"
name="privacy_preferences_general"
layout="topleft"
follows="top|left">
<panel.string
name="log_in_to_change">
log in to change
</panel.string>
<button
follows="left|top"
height="23"
label="Clear History"
tool_tip="Clear search and teleport history, web and texture cache"
layout="topleft"
left="30"
name="clear_cache"
top="10"
width="145">
<button.commit_callback
function="Pref.WebClearCache" />
</button>
<text
type="string"
length="1"
follows="left|top"
height="10"
layout="topleft"
left_pad="10"
mouse_opaque="false"
name="cache_size_label_l"
top_delta="3"
text_color="LtGray_50"
width="300">
(Locations, images, web, search history)
</text>
<check_box
height="16"
enabled="false"
label="Show my profile info in Search results"
layout="topleft"
left="30"
name="online_searchresults"
top_pad="20"
width="350" />
<check_box
control_name="ShowSelectionBeam"
height="16"
enabled="true"
label="Show selection particle beam when selecting or interacting with objects"
layout="topleft"
left="30"
name="selection_beam_visibility"
top_pad="15"
width="350" />
<check_box
height="16"
enabled="false"
label="Only friends and groups know I'm online"
layout="topleft"
left="30"
name="online_visibility"
top_pad="15"
width="350" />
<check_box
enabled_control="EnableVoiceChat"
control_name="AutoDisengageMic"
height="16"
label="Switch off microphone when ending calls"
layout="topleft"
left="30"
name="auto_disengage_mic_check"
top_pad="10"
width="350" />
<button
follows="left|top"
height="23"
label="Block list"
layout="topleft"
left="30"
name="block_list"
top_pad="28"
width="145">
<!--<button.commit_callback
function="SideTray.ShowPanel"-->
<button.commit_callback
function="Pref.BlockList"/>
</button>
<text
type="string"
length="1"
follows="left|top"
height="10"
layout="topleft"
left_pad="10"
mouse_opaque="false"
name="block_list_label"
top_delta="3"
text_color="LtGray_50"
width="300">
(People and/or Objects you have blocked)
</text>
</panel>
<panel
label="Discord"
name="privacy_preferences_discord"
layout="topleft"
follows="top|left">
<check_box
control_name="EnableDiscord"
height="16"
enabled="true"
label="Enable Discord integration"
layout="topleft"
left="30"
name="enable_discord"
top_pad="20"
width="350" />
<check_box
enabled_control="EnableDiscord"
control_name="ShowDiscordActivityDetails"
height="16"
enabled="true"
label="Show avatar name"
layout="topleft"
left="30"
name="show_name"
top_pad="20"
width="350" />
<check_box
enabled_control="EnableDiscord"
control_name="ShowDiscordActivityState"
height="16"
enabled="false"
label="Show location"
layout="topleft"
left="30"
name="show_location"
top_pad="20"
width="350" />
</panel>
</tab_container>
</panel>
|