uncheck removeZeroesCommad on changing output type

This commit is contained in:
javl
2023-05-05 20:34:00 +02:00
parent 136038ff05
commit 0ef98af108
+1 -1
View File
@@ -23,7 +23,6 @@ const settings = {
rotation: 0,
};
let outputString = '';
let allSameSizeButton;
function bitswap(b) {
@@ -1097,6 +1096,7 @@ function updateOutputFormat(elm) {
arduino.style.display = 'block';
removeZeroesCommasContainer.style.display = 'none';
settings.removeZeroesCommas = false;
document.getElementById('removeZeroesCommas').checked = false;
} else {
arduino.style.display = 'none';
removeZeroesCommasContainer.style.display = 'table-row';