diff options
author | bobzel <zzzman@gmail.com> | 2022-08-11 19:01:37 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-08-11 19:01:37 -0400 |
commit | 081632757af3c2ec2e4482c1e5fe710c8ee6cad8 (patch) | |
tree | 4897685a59f6ef2f38ebe511908ab9d46eac01bf /src/client/views/MainView.tsx | |
parent | 513dcaa2d8c86f1cb5236ce89062cace6f418d1b (diff) |
added better ui and backend support for mask ink strokes. added frame #'s ui for seeing current animation frame.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index e96f65548..c166594e5 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -457,6 +457,7 @@ export class MainView extends React.Component { fa.faVolumeDown, fa.faSquareRootAlt, fa.faVolumeMute, + fa.faUserCircle, ] ); this.initAuthenticationRouters(); |