Skip to content

Commit

Permalink
fix: fix webcam switch button
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Oct 7, 2023
1 parent 52853b8 commit 6fd0d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/panels/WebcamPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
:collapsible="$route.fullPath !== '/cam'"
card-class="webcam-panel"
:margin-bottom="currentPage !== 'page'">
<template v-if="showSwitch" #buttons>
<v-menu :offset-y="true">
<template #buttons>
<v-menu v-if="showSwitch" :offset-y="true">
<template #activator="{ on, attrs }">
<v-btn text tile v-bind="attrs" v-on="on">
<v-icon v-if="'icon' in currentCam" small class="mr-2">
Expand Down

0 comments on commit 6fd0d46

Please sign in to comment.