Phoenix mode default settings adjustements

* EnableGroupChatPopups & EnableIMChatPopups from 0 to 1, because FSLogImToChatConsole is true, so IMs will go into the console, not to the toasts anyway. IMInChatConsole in Phoenix has 1 by default.
* FSShowGroupNameLength from 0 to -1, so all group name will be shown in console, when IM arrive. DiamondShowGroupNameLength in Phoenix has -1 by default.
* FSUseStandalonePlaceDetailsFloater, FSUseStandaloneTeleportHistoryFloater, FSUseStandaloneBlocklistFloater - all from 0 to 1.
PanteraPolnocy 2012-12-30 03:49:59 +01:00
parent 5e7cc3135b
commit 18e4f39e81
1 changed files with 50 additions and 2 deletions

View File

@ -164,7 +164,7 @@
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
<integer>1</integer>
</map>
<key>EnableIMChatPopups</key>
@ -176,7 +176,7 @@
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
<integer>1</integer>
</map>
<key>PlainTextChatHistory</key>
@ -347,5 +347,53 @@
<integer>1</integer>
</map>
<key>FSShowGroupNameLength</key>
<map>
<key>Comment</key>
<string>Max length of group name to be printed in chat (-1 for full group name, 0 for disabled).</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>S32</string>
<key>Value</key>
<integer>-1</integer>
</map>
<key>FSUseStandalonePlaceDetailsFloater</key>
<map>
<key>Comment</key>
<string>If enabled, Firestorm will use a standalone floater for each landmark details, teleport history details and parcel details view.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>1</integer>
</map>
<key>FSUseStandaloneTeleportHistoryFloater</key>
<map>
<key>Comment</key>
<string>If enabled, Firestorm will use a standalone floater for the teleport history view.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>1</integer>
</map>
<key>FSUseStandaloneBlocklistFloater</key>
<map>
<key>Comment</key>
<string>If enabled, Firestorm will use a standalone floater for the blocklist.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>1</integer>
</map>
</map>
</llsd>