This commit is contained in:
Ashley Graves 2024-09-18 22:15:45 +02:00
parent 27c5ea121b
commit 9fcf51def3

View file

@ -58,7 +58,7 @@ libopenmpt.onRuntimeInitialized = function() {
for (const preset of Object.keys(presets)) { for (const preset of Object.keys(presets)) {
var option = document.createElement("option"); var option = document.createElement("option");
option.value = option.innerText = preset; option.value = option.innerText = preset;
if (preset == ""fiShbRaiN + geiss - witchcraft (Grow Mix 3)"") if (preset == "fiShbRaiN + geiss - witchcraft (Grow Mix 3)")
option.selected = true; option.selected = true;
select.appendChild(option); select.appendChild(option);
} }