diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-09-21 00:17:05 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-09-21 00:20:37 +0300 |
commit | f30cc7b5bb79aae6f012f04f54b461fdb7ee3f64 (patch) | |
tree | 20a7ce2d300d87fbcbf4de5abb9e2b3209e27773 /indra/newview/app_settings/settings.xml | |
parent | ce660c7e7bb6e19a23d634fb6d3249330bf2d74c (diff) |
Revert "SL-11841 make ‘Push to talk’ the default setting"
This reverts commits:
126877bc5ba45ff6b0b31368c55f894a0beaf5bf
b661f62a7ad4dad9806eda8f4c8f2c9d64b3efbb
ce660c7e7bb6e19a23d634fb6d3249330bf2d74c
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 952b36adea..eeb7e6f0aa 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -8308,13 +8308,13 @@ <key>PushToTalkToggle</key> <map> <key>Comment</key> - <string>Should the push-to-talk toolbar button behave as a toggle</string> + <string>Should the push-to-talk button behave as a toggle</string> <key>Persist</key> <integer>1</integer> <key>Type</key> <string>Boolean</string> <key>Value</key> - <integer>0</integer> + <integer>1</integer> </map> <key>QAMode</key> <map> |