File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
photon-client/src/components/cameras Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -530,9 +530,9 @@ const setSelectedVideoFormat = (format: VideoFormat) => {
530530 </v-col >
531531 <v-col cols =" 6" class =" pa-0 pl-2" >
532532 <v-btn
533+ v-if =" isCalibrating"
533534 size =" small"
534535 block
535- v-if =" isCalibrating"
536536 :variant =" theme.global.name.value === 'LightTheme' ? 'elevated' : 'outlined'"
537537 :color =" useStateStore().calibrationData.hasEnoughImages ? 'buttonActive' : 'error'"
538538 :disabled =" !isCalibrating || !settingsValid"
@@ -546,9 +546,9 @@ const setSelectedVideoFormat = (format: VideoFormat) => {
546546 }}</span >
547547 </v-btn >
548548 <v-btn
549+ v-if =" !isCalibrating"
549550 size =" small"
550551 block
551- v-if =" !isCalibrating"
552552 color =" buttonActive"
553553 :variant =" theme.global.name.value === 'LightTheme' ? 'elevated' : 'outlined'"
554554 :disabled =" !settingsValid"
You can’t perform that action at this time.
0 commit comments