Feature Request: Ability to automatically accept all inventory offers

Replaces the exposed setting in popups preferences
However, for users wanting the old behavior of just landmarks, notecards, and textures being automatically accepted, the original setting(AutoAcceptNewInventory) stays as is, it can be turned on and off in debug
This commit is contained in:
Lirusaito
2013-07-19 17:05:07 -04:00
parent c0c561c605
commit 4dd0daa942
3 changed files with 20 additions and 2 deletions

View File

@@ -2336,6 +2336,17 @@ This should be as low as possible, but too low may break functionality</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>AutoAcceptAllNewInventory</key>
<map>
<key>Comment</key>
<string>Automatically accept new inventory, regardless of type</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>AutoAcceptNewInventory</key>
<map>
<key>Comment</key>