diff options
author | eperelm2 <emily_perelman@brown.edu> | 2023-06-12 10:30:20 -0400 |
---|---|---|
committer | eperelm2 <emily_perelman@brown.edu> | 2023-06-12 10:30:20 -0400 |
commit | 44f29c783817f56d0973bef470d60a6671f4133e (patch) | |
tree | 6b1c4a8d815db9960a0cfb233ade8e72c5f5a849 /src/client/documents/Documents.ts | |
parent | 3ca997bd7b50f3e7c5bcb9296289c7478e32f91b (diff) |
fixed webcam
not working because some icons dont load
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index b4d4a6227..478209fe9 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -575,7 +575,7 @@ export namespace Docs { DocumentType.EQUATION, { layout: { view: EquationBox, dataField: 'text' }, - options: { nativeDimModifiable: true, fontSize: '14px', layout_hideResizeHandles: true, layout_hideDecorationTitle: true }, + options: { nativeDimModifiable: true, fontSize: '14px', layout_hideResizeHandles: true, layout_hideDecorationTitle: true, }, ///systemIcon: 'BsSuperscript' + BsSubscript }, ], [ @@ -617,7 +617,7 @@ export namespace Docs { DocumentType.WEBCAM, { layout: { view: RecordingBox, dataField: defaultDataKey }, - options: {}, //systemIcon: 'BsFillWebcamFill' + options: { systemIcon: 'BsFillCameraVideoFill' }, }, ], [ |