From e05b5a4aada7531c774034a2688089e469b9ed38 Mon Sep 17 00:00:00 2001 From: Rafael Araujo Lehmkuhl Date: Mon, 26 Jun 2023 15:33:41 -0300 Subject: [PATCH] defaults: Remove `VideoRecorder` widget --- src/assets/defaults.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/assets/defaults.ts b/src/assets/defaults.ts index 4b65a48f6..baf4704aa 100644 --- a/src/assets/defaults.ts +++ b/src/assets/defaults.ts @@ -10,17 +10,6 @@ export const widgetProfiles: { [key: string]: Profile } = { hash: 'eddd8e53-88c3-46a9-9e50-909227661f38', name: 'Layer dragonfly', widgets: [ - { - hash: '4ee737c2-a49c-4899-b045-954bc4af238a', - name: 'Video Recorder widget', - component: WidgetType.VideoRecorder, - position: { x: 0.01, y: 0.45 }, - size: { width: 0.05, height: 0.1 }, - managerVars: { timesMounted: 0 }, - options: { - streamName: undefined, - }, - }, { hash: '8b1448f5-3f07-4bfc-8a0e-5d491993f858', name: 'Depth HUD widget',