diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-01-11 02:27:22 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-01-11 02:30:30 +0200 |
commit | 03a7ec55c922588fb0efa17de8e1c794bd08572d (patch) | |
tree | 6fbb0f4b27a82030702975b20e9ddcce3e1e8303 /indra/newview/app_settings/settings.xml | |
parent | 469ce7f7f6828aa8ed8d45fdff82cb33c1ec655d (diff) |
Revert "SL-11841 make ‘Push to talk’ the default setting"
+ post merge conflict fix
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 dc8c7b7967..73fa8e0b61 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -8341,13 +8341,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> |