aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings/settings.xml
diff options
context:
space:
mode:
authorDavid Seikel2011-01-18 10:40:07 +1000
committerDavid Seikel2011-01-18 10:40:07 +1000
commit439d5b389e5bdda6b61c251c7aa3f9f9d648e9ef (patch)
tree150797dffb7c0464d3ea8ea2a36894efd25e978c /linden/indra/newview/app_settings/settings.xml
parentComment changing the texture cache to match the system cache, since it turns ... (diff)
downloadmeta-impy-439d5b389e5bdda6b61c251c7aa3f9f9d648e9ef.zip
meta-impy-439d5b389e5bdda6b61c251c7aa3f9f9d648e9ef.tar.gz
meta-impy-439d5b389e5bdda6b61c251c7aa3f9f9d648e9ef.tar.bz2
meta-impy-439d5b389e5bdda6b61c251c7aa3f9f9d648e9ef.tar.xz
Set the Grid Manager to not show by default, but make it configurable and toggled by CTRL+SHIFT+G.
By Tom Meta from his fork. See the TomsOldWork branch.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/app_settings/settings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml
index c946f40..9d5efbf 100644
--- a/linden/indra/newview/app_settings/settings.xml
+++ b/linden/indra/newview/app_settings/settings.xml
@@ -10562,6 +10562,17 @@
10562 <key>Value</key> 10562 <key>Value</key>
10563 <integer>0</integer> 10563 <integer>0</integer>
10564 </map> 10564 </map>
10565 <key>ShowGridManager</key>
10566 <map>
10567 <key>Comment</key>
10568 <string>(meta7 setting) Show the grid manager on startup?</string>
10569 <key>Persist</key>
10570 <integer>1</integer>
10571 <key>Type</key>
10572 <string>Boolean</string>
10573 <key>Value</key>
10574 <real>0</real>
10575 </map>
10565 <key>ShowHoverTips</key> 10576 <key>ShowHoverTips</key>
10566 <map> 10577 <map>
10567 <key>Comment</key> 10578 <key>Comment</key>