Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/assets/widgets/WebRTCStats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/EditMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@ import PlotterImg from '@/assets/widgets/Plotter.png'
import URLVideoPlayerImg from '@/assets/widgets/URLVideoPlayer.png'
import VideoPlayerImg from '@/assets/widgets/VideoPlayer.png'
import VirtualHorizonImg from '@/assets/widgets/VirtualHorizon.png'
import WebRTCStatsImg from '@/assets/widgets/WebRTCStats.png'
import { useInteractionDialog } from '@/composables/interactionDialog'
import { openSnackbar } from '@/composables/snackbar'
import { getWidgetsFromBlueOS } from '@/libs/blueos'
Expand Down Expand Up @@ -933,6 +934,7 @@ const widgetImages = {
URLVideoPlayer: URLVideoPlayerImg,
VideoPlayer: VideoPlayerImg,
VirtualHorizon: VirtualHorizonImg,
WebRTCStats: WebRTCStatsImg,
}

const selectView = (view: View): void => {
Expand Down
Loading
Loading