[Radar] Feature Request: Make sort order persist

This commit is contained in:
Lirusaito
2019-04-28 06:30:20 -04:00
parent b34021abd5
commit 64561fa57b
2 changed files with 29 additions and 1 deletions

View File

@@ -8048,6 +8048,20 @@ This should be as low as possible, but too low may break functionality</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>RadarSortOrder</key>
<map>
<key>Comment</key>
<string>Sort order for the radar, map of column names to ascending boolean</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>LLSD</string>
<key>Value</key>
<array>
<string>distance</string>
<boolean>1</boolean>
</array>
</map>
<key>FloaterLandRect5</key>
<map>
<key>Comment</key>