diff --git a/macrovision.js b/macrovision.js index dd2b5973..5daf30cd 100644 --- a/macrovision.js +++ b/macrovision.js @@ -2747,7 +2747,8 @@ document.addEventListener("DOMContentLoaded", () => { prepareSettings(getUserSettings()); // now that we have this loaded, we can set it - + + document.querySelector("#options-height-unit").setAttribute("oldUnit", defaultUnits.length[config.units]); document.querySelector("#options-height-unit").value = defaultUnits.length[config.units]; // ...and then update the world height by setting off an input event