Skip to content

Commit

Permalink
defaults: Add VideoRecorder widget to default profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Mar 29, 2023
1 parent 848487e commit 96901ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/assets/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ 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 96901ba

Please sign in to comment.