diff options
author | gwigz <gwigz@users.noreply.github.com> | 2024-10-21 19:03:02 +0100 |
---|---|---|
committer | gwigz <gwigz@users.noreply.github.com> | 2024-10-21 19:03:02 +0100 |
commit | 9d38264521ef5aed9382e46c5b9ba82d0e681c79 (patch) | |
tree | c1f76af0eb32fbc8ba4660ecc8c67dfe5e73ef99 /indra/newview/app_settings | |
parent | ad4212f74d4bb4493ab744b0148c37149ad95f0d (diff) |
Toolbar command from Ansariel
https://github.com/FirestormViewer/phoenix-firestorm/commit/bcc7406ccc22d5c8d73fe3200da3c6a36d903a10#diff-d16d50e343f4f0926f7ebac63ec9ad3ef3ebab8f575dfe520042d0ab00ef8836R2404
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index f2ab740646..635e5e40f5 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -303,4 +303,11 @@ execute_function="Inventory.OpenFavoriteFolder" is_running_function="Inventory.IsFavoriteFolderOpen" /> + <command name="resync_animations" + available_in_toybox="true" + icon="Command_Resync_Animations" + label_ref="Command_ResyncAnimations_Label" + tooltip_ref="Command_ResyncAnimations_Tooltip" + execute_function="Tools.ResyncAnimations" + /> </commands> |