summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/commands.xml
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-05-22 18:05:15 +0300
committermaxim_productengine <mnikolenko@productengine.com>2019-05-22 18:05:15 +0300
commit25f9dc9b5a44e2d91a5d55d4cce6149a55e16432 (patch)
treec85aaccdf20794c331f051d18017b1f04e110cd7 /indra/newview/app_settings/commands.xml
parent78e62fe0f16d95a2afb6c4205b121db189c297b9 (diff)
SL-10984 [EEP] Add a toolbar button to open My Environments
Diffstat (limited to 'indra/newview/app_settings/commands.xml')
-rw-r--r--indra/newview/app_settings/commands.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml
index 412d3a53b3..2c7b857dd0 100644
--- a/indra/newview/app_settings/commands.xml
+++ b/indra/newview/app_settings/commands.xml
@@ -303,4 +303,15 @@
is_running_function="Floater.IsOpen"
is_running_parameters="grid_status"
/>
+ <command name="myenvironments"
+ available_in_toybox="true"
+ is_flashing_allowed="true"
+ icon="Command_Environments_Icon"
+ label_ref="Command_Environments_Label"
+ tooltip_ref="Command_Environments_Tooltip"
+ execute_function="Floater.ToggleOrBringToFront"
+ execute_parameters="my_environments"
+ is_running_function="Floater.IsOpen"
+ is_running_parameters="my_environments"
+ />
</commands>