Fix pipeline setting update not being sent if only autoexposure fails (#565)

This commit is contained in:
Jack
2022-11-03 12:12:21 -05:00
committed by GitHub
parent 7b6afd545b
commit e971db2f52
3 changed files with 11 additions and 10 deletions

View File

@@ -308,11 +308,7 @@ export default {
} else if (this.$store.state.settings.hasOwnProperty(key)) {
this.$store.commit('mutateSettings', {[key]: value});
} else {
switch (key) {
default: {
console.error("Unknown message from backend: " + value);
}
}
console.error("Unknown message from backend: " + value);
}
},
toggleCompactMode() {