mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-05 03:21:40 +00:00
minor bugfixes to the ui
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user