diff options
author | Richard Linden <none@none> | 2010-09-22 12:25:40 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-22 12:25:40 -0700 |
commit | 7648bb425ae106ce0268c7ff535b054de6f6a318 (patch) | |
tree | 544927bebefa71781201a9d453b81f4a0cf28ccf /indra/newview/app_settings | |
parent | 10d5645939b4f0bb299864123c4d1c6295d70c86 (diff) |
EXP-111 WIP Automatically provide default responses to all notifications
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index feb5ebc16d..143574264d 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -3914,7 +3914,7 @@ <key>Comment</key> <string>Ignore all notifications so we never need user input on them.</string> <key>Persist</key> - <integer>0</integer> + <integer>1</integer> <key>Type</key> <string>Boolean</string> <key>Value</key> |