Fix undefined initial resolution in calibrator (#216)

This commit is contained in:
Declan Freeman-Gleason
2021-01-05 17:30:55 -08:00
committed by GitHub
parent 8e190ce5f7
commit b8bc65ec32

View File

@@ -340,7 +340,7 @@ export default {
snack: false,
calibrationInProgress: false,
calibrationFailed: false,
filteredVideomodeIndex: undefined,
filteredVideomodeIndex: 0,
}
},
computed: {