Settings, UI fix
This commit is contained in:
@@ -1533,7 +1533,7 @@
|
|||||||
<key>Type</key>
|
<key>Type</key>
|
||||||
<string>Boolean</string>
|
<string>Boolean</string>
|
||||||
<key>Value</key>
|
<key>Value</key>
|
||||||
<integer>0</integer>
|
<integer>1</integer>
|
||||||
</map>
|
</map>
|
||||||
<!-- Vanilla SL settings that are now optionally Account-Specific -->
|
<!-- Vanilla SL settings that are now optionally Account-Specific -->
|
||||||
<key>AgentChatColor</key>
|
<key>AgentChatColor</key>
|
||||||
@@ -1653,7 +1653,7 @@
|
|||||||
<key>Type</key>
|
<key>Type</key>
|
||||||
<string>String</string>
|
<string>String</string>
|
||||||
<key>Value</key>
|
<key>Value</key>
|
||||||
<string>silver</string>
|
<string>dark</string>
|
||||||
<key>IsCOA</key>
|
<key>IsCOA</key>
|
||||||
<integer>1</integer>
|
<integer>1</integer>
|
||||||
</map>
|
</map>
|
||||||
@@ -10865,7 +10865,7 @@
|
|||||||
<key>Type</key>
|
<key>Type</key>
|
||||||
<string>Boolean</string>
|
<string>Boolean</string>
|
||||||
<key>Value</key>
|
<key>Value</key>
|
||||||
<integer>0</integer>
|
<integer>1</integer>
|
||||||
</map>
|
</map>
|
||||||
<key>SafeMode</key>
|
<key>SafeMode</key>
|
||||||
<map>
|
<map>
|
||||||
@@ -11305,7 +11305,7 @@
|
|||||||
<key>Type</key>
|
<key>Type</key>
|
||||||
<string>Boolean</string>
|
<string>Boolean</string>
|
||||||
<key>Value</key>
|
<key>Value</key>
|
||||||
<integer>1</integer>
|
<integer>0</integer>
|
||||||
</map>
|
</map>
|
||||||
<key>ShowChatHistory</key>
|
<key>ShowChatHistory</key>
|
||||||
<map>
|
<map>
|
||||||
@@ -11693,7 +11693,7 @@
|
|||||||
<key>Type</key>
|
<key>Type</key>
|
||||||
<string>Boolean</string>
|
<string>Boolean</string>
|
||||||
<key>Value</key>
|
<key>Value</key>
|
||||||
<integer>1</integer>
|
<integer>0</integer>
|
||||||
</map>
|
</map>
|
||||||
<key>ShowNearClip</key>
|
<key>ShowNearClip</key>
|
||||||
<map>
|
<map>
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
<check_box bottom_delta="-23" control_name="AscentShowSelfTag" enabled="true"
|
<check_box bottom_delta="-23" control_name="AscentShowSelfTag" enabled="true"
|
||||||
follows="left|top" font="SansSerifSmall" height="16" initial_value="true"
|
follows="left|top" font="SansSerifSmall" height="16" initial_value="true"
|
||||||
label="Display client tag to self" left_delta="-24"
|
label="Display client tag to self" left_delta="-24"
|
||||||
tool_tip="Enabling this will show your client tag on your avatar name locally."
|
tool_tip="Choose whether others see that you enjoy Singularity."
|
||||||
mouse_opaque="true" name="show_self_tag_check" radio_style="false"
|
mouse_opaque="true" name="show_self_tag_check" radio_style="false"
|
||||||
width="400" />
|
width="400" />
|
||||||
<check_box bottom_delta="-20" control_name="AscentShowSelfTagColor" enabled="true"
|
<check_box bottom_delta="-20" control_name="AscentShowSelfTagColor" enabled="true"
|
||||||
|
|||||||
@@ -87,6 +87,7 @@ class ViewerManifest(LLManifest):
|
|||||||
self.exclude("default/xui/en_us/mime_types_mac.xml")
|
self.exclude("default/xui/en_us/mime_types_mac.xml")
|
||||||
self.exclude("default/xui/en_us/mime_types_linux.xml")
|
self.exclude("default/xui/en_us/mime_types_linux.xml")
|
||||||
self.path("default/xui/*/*.xml")
|
self.path("default/xui/*/*.xml")
|
||||||
|
self.path("Default.xml")
|
||||||
self.path("default/*.xml")
|
self.path("default/*.xml")
|
||||||
if self.prefix(src="dark/textures"):
|
if self.prefix(src="dark/textures"):
|
||||||
self.path("*.tga")
|
self.path("*.tga")
|
||||||
|
|||||||
Reference in New Issue
Block a user