summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/commands.xml
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-07-21 18:10:25 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-07-21 18:10:25 +0300
commit130e915007d3b95412abf1dc069adfb87a5e372c (patch)
tree9617ec525ea0af53051856e63399f03f7f276e60 /indra/newview/app_settings/commands.xml
parent928191f525cf8a02816718eefd9a65097d8ecb8b (diff)
SL-15297 toolbar button is added & changing quality via radio group is handled correctly now
Diffstat (limited to 'indra/newview/app_settings/commands.xml')
-rw-r--r--indra/newview/app_settings/commands.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml
index d0480ca47e..b0629938a9 100644
--- a/indra/newview/app_settings/commands.xml
+++ b/indra/newview/app_settings/commands.xml
@@ -276,4 +276,14 @@
is_running_function="Floater.IsOpen"
is_running_parameters="my_environments"
/>
+ <command name="performance"
+ available_in_toybox="true"
+ icon="Command_Performance_Icon"
+ label_ref="Command_Performance_Label"
+ tooltip_ref="Command_Performance_Tooltip"
+ execute_function="Floater.ToggleOrBringToFront"
+ execute_parameters="performance"
+ is_running_function="Floater.IsOpen"
+ is_running_parameters="performance"
+ />
</commands>