diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2022-01-25 17:25:46 -0800 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2022-02-23 17:14:38 -0800 |
commit | 898079a39bc86598d8e998a24845d0932c88cdca (patch) | |
tree | 3671315e7a2ea5a4ce8522f15a5ae0b01a994b1e /indra/newview/app_settings/settings.xml | |
parent | 34a9e84cd89e9a5a748dd5aa0cc2666bf8f6c34a (diff) |
SL-16857: Display parcel borders on the minimap, enable by default, right click context menu option to disable
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 12f435f931..c170563cf7 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -6821,6 +6821,17 @@ <key>Value</key> <real>128.0</real> </map> + <key>MiniMapShowPropertyLines</key> + <map> + <key>Comment</key> + <string>Whether or not to show parcel borders on the MiniMap.</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>Boolean</string> + <key>Value</key> + <real>1</real> + </map> <key>MouseSensitivity</key> <map> <key>Comment</key> |