diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-04-09 00:05:05 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-04-09 15:29:46 +0300 |
commit | 7947ce355964752d8385f11e2abdc4ca405c7e65 (patch) | |
tree | 8d29a4788491a62922b553f46d0b0383b809b096 /indra/newview/app_settings/settings.xml | |
parent | 9567393f803dfb0c786b8e917e41c8f4b8b22af7 (diff) |
triage#162 "Away" status is removed even by a random hover
instead of having a 10 second delay to 'confirm' activity
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-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 9b9b29cd74..84a89251a4 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -91,7 +91,7 @@ <key>Type</key> <string>S32</string> <key>Value</key> - <real>300.0</real> + <real>300</real> </map> <key>AckCollectTime</key> <map> |