diff options
Diffstat (limited to 'indra/newview/app_settings/commands.xml')
| -rw-r--r-- | indra/newview/app_settings/commands.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index 9b80b40008..51372e2d16 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -321,4 +321,12 @@ is_running_function="Floater.IsOpen" is_running_parameters="quick_prefs" /> + <command name="animation_override" + available_in_toybox="true" + icon="Command_AO_Icon" + label_ref="Command_AO_Label" + tooltip_ref="Command_AO_Tooltip" + execute_function="ToggleAnimationOverride" + is_running_function="AreAnimationsOverridden" + /> </commands> |
