diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-23 19:18:31 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-23 19:18:31 +0200 |
| commit | 28bdef87320412776ff0db071f8ab89a51834cac (patch) | |
| tree | 3e94d1ca0cc075d4cf4df8a97cf4197d38ed5957 /animism-align/frontend/app/types.js | |
| parent | dab7497312821fba32626f06d2a9e371051167a3 (diff) | |
arrows and tmp volume icon
Diffstat (limited to 'animism-align/frontend/app/types.js')
| -rw-r--r-- | animism-align/frontend/app/types.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/types.js b/animism-align/frontend/app/types.js index 7e4b9f1..296b3fd 100644 --- a/animism-align/frontend/app/types.js +++ b/animism-align/frontend/app/types.js @@ -19,7 +19,7 @@ export const align = crud_type('align', [ ]) export const audio = with_type('audio', [ - 'play', 'pause', 'update_time', + 'play', 'pause', 'update_time', 'toggle_muted', ]) export const viewer = with_type('viewer', [ |
