aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoreperelm2 <emily_perelman@brown.edu>2023-06-12 10:30:20 -0400
committereperelm2 <emily_perelman@brown.edu>2023-06-12 10:30:20 -0400
commit44f29c783817f56d0973bef470d60a6671f4133e (patch)
tree6b1c4a8d815db9960a0cfb233ade8e72c5f5a849 /src
parent3ca997bd7b50f3e7c5bcb9296289c7478e32f91b (diff)
fixed webcam
not working because some icons dont load
Diffstat (limited to 'src')
-rw-r--r--src/client/documents/Documents.ts4
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' },
},
],
[