From 44f29c783817f56d0973bef470d60a6671f4133e Mon Sep 17 00:00:00 2001 From: eperelm2 Date: Mon, 12 Jun 2023 10:30:20 -0400 Subject: fixed webcam not working because some icons dont load --- src/client/documents/Documents.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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' }, }, ], [ -- cgit v1.2.3-70-g09d2