We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e53f4e commit db0f8eeCopy full SHA for db0f8ee
InteractiveHtmlBom/web/util.js
@@ -436,7 +436,6 @@ function overwriteSettings(newSettings) {
436
document.getElementById("darkmodeCheckbox").checked = settings.darkMode;
437
setHighlightPin1(settings.highlightpin1);
438
document.getElementById("highlightpin1Checkbox").checked = settings.highlightpin1;
439
- showFootprints(settings.show_footprints);
440
writeStorage("boardRotation", settings.boardRotation);
441
document.getElementById("boardRotation").value = settings.boardRotation / 5;
442
document.getElementById("rotationDegree").textContent = settings.boardRotation;
0 commit comments