minor bugfixes to the ui

This commit is contained in:
ori agranat
2020-01-03 19:44:31 +02:00
parent 423cf2daf9
commit b10c9a3a1d
3 changed files with 8 additions and 11 deletions

View File

@@ -76,7 +76,6 @@
allow3D:{
get(){
let currentRes = this.$store.state.resolutionList[this.$store.state.pipeline.videoModeIndex];
console.log('change');
for (let res of this.$store.state.cameraSettings.calibration){
if (currentRes.width === res.width && currentRes.height === res.height){
return false;