diff options
| author | Sabrina Shanman <cosmic@lindenlab.com> | 2022-02-24 21:51:02 +0000 |
|---|---|---|
| committer | Sabrina Shanman <cosmic@lindenlab.com> | 2022-02-24 21:51:02 +0000 |
| commit | 611869b1035ef5677335a33169fb99413a90c3a6 (patch) | |
| tree | 855de9547d1bb39a16692383299ae3e6dbb7acde /indra/newview/app_settings | |
| parent | f856483c12fc5f08d10766a07305700554398f27 (diff) | |
| parent | 898079a39bc86598d8e998a24845d0932c88cdca (diff) | |
Merged in SL-16857 (pull request #876)
SL-16857: Provide parcel border information to the mini-map
Approved-by: Andrey Lihatskiy
Approved-by: Vir Linden
Diffstat (limited to 'indra/newview/app_settings')
| -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> |
