Skip to content

Commit

Permalink
widgets: Enable config menu for the DIY widget
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl authored and patrickelectric committed Jan 20, 2025
1 parent a3a190d commit e56c2e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/widgets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ export const isWidgetConfigurable: Record<WidgetType, boolean> = {
[WidgetType.CompassHUD]: true,
[WidgetType.CustomWidgetBase]: true,
[WidgetType.DepthHUD]: true,
[WidgetType.DoItYourself]: true,
[WidgetType.IFrame]: true,
[WidgetType.ImageView]: true,
[WidgetType.Map]: true,
Expand Down

0 comments on commit e56c2e9

Please sign in to comment.