Skip to content

Commit

Permalink
defaults: Remove VideoRecorder widget
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl authored and patrickelectric committed Jun 26, 2023
1 parent a343533 commit e05b5a4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/assets/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e05b5a4

Please sign in to comment.