diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-03-25 15:38:26 +0200 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-03-25 15:38:26 +0200 |
commit | e0b24ee960c7a7eebb9e7d6e4b5974973eb3da00 (patch) | |
tree | eac06277e3a497edb01ef1ec5032c198a705898a /indra/newview/app_settings/commands.xml | |
parent | 90297f27547e7f9c591079cd99860e4a9f5e7f2c (diff) |
SL-10798 FIXED [Legacy Profiles] 'Picks' toolbar button does nothing
Diffstat (limited to 'indra/newview/app_settings/commands.xml')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index 412d3a53b3..6bc7b47c6f 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -175,10 +175,8 @@ icon="Command_Picks_Icon" label_ref="Command_Picks_Label" tooltip_ref="Command_Picks_Tooltip" - execute_function="Floater.ToggleOrBringToFront" - execute_parameters="picks" - is_running_function="Floater.IsOpen" - is_running_parameters="picks" + execute_function="Avatar.TogglePicks" + is_running_function="Avatar.IsPicksTabOpen" /> <command name="places" available_in_toybox="true" |