Skip to content

Commit 38a16fb

Browse files
widgets: Add WebRTCStats
1 parent 6e3c12d commit 38a16fb

4 files changed

Lines changed: 1028 additions & 2 deletions

File tree

src/assets/widgets/WebRTCStats.png

4.93 MB
Loading

src/components/EditMenu.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ import PlotterImg from '@/assets/widgets/Plotter.png'
723723
import URLVideoPlayerImg from '@/assets/widgets/URLVideoPlayer.png'
724724
import VideoPlayerImg from '@/assets/widgets/VideoPlayer.png'
725725
import VirtualHorizonImg from '@/assets/widgets/VirtualHorizon.png'
726+
import WebRTCStatsImg from '@/assets/widgets/WebRTCStats.png'
726727
import { useInteractionDialog } from '@/composables/interactionDialog'
727728
import { openSnackbar } from '@/composables/snackbar'
728729
import { getWidgetsFromBlueOS } from '@/libs/blueos'
@@ -933,6 +934,7 @@ const widgetImages = {
933934
URLVideoPlayer: URLVideoPlayerImg,
934935
VideoPlayer: VideoPlayerImg,
935936
VirtualHorizon: VirtualHorizonImg,
937+
WebRTCStats: WebRTCStatsImg,
936938
}
937939
938940
const selectView = (view: View): void => {

0 commit comments

Comments
 (0)