Skip to content

Commit

Permalink
types: widgets: Fix widget name
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Mar 27, 2024
1 parent b044c58 commit d195a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/widgets.ts
Expand Up @@ -11,7 +11,7 @@ export enum WidgetType {
DepthHUD = 'DepthHUD',
CompassHUD = 'CompassHUD',
IFrame = 'IFrame',
ImageViewer = 'ImageViewer',
ImageView = 'ImageView',
Map = 'Map',
MiniWidgetsBar = 'MiniWidgetsBar',
URLVideoPlayer = 'URLVideoPlayer',
Expand Down

0 comments on commit d195a41

Please sign in to comment.