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 @@ -514,9 +514,9 @@ const setSelectedVideoFormat = (format: VideoFormat) => {
514514 </v-col >
515515 <v-col cols =" 6" class =" pa-0 pl-2" >
516516 <v-btn
517+ v-if =" isCalibrating"
517518 size =" small"
518519 block
519- v-if =" isCalibrating"
520520 :variant =" theme.global.name.value === 'LightTheme' ? 'elevated' : 'outlined'"
521521 :color =" useStateStore().calibrationData.hasEnoughImages ? 'buttonActive' : 'error'"
522522 :disabled =" !isCalibrating || !settingsValid"
@@ -530,9 +530,9 @@ const setSelectedVideoFormat = (format: VideoFormat) => {
530530 }}</span >
531531 </v-btn >
532532 <v-btn
533+ v-if =" !isCalibrating"
533534 size =" small"
534535 block
535- v-if =" !isCalibrating"
536536 color =" buttonActive"
537537 :variant =" theme.global.name.value === 'LightTheme' ? 'elevated' : 'outlined'"
538538 :disabled =" !settingsValid"
You can’t perform that action at this time.
0 commit comments