This commit is contained in:
Renan LE CARO 2025-03-18 15:49:11 +01:00
parent 83b9b8b9e8
commit 2623eaaa73
12 changed files with 12 additions and 7569 deletions

View file

@ -738,7 +738,7 @@ async function openSettingsPanel() {
let input: HTMLInputElement = document.createElement("input");
input.setAttribute("type", "file");
input.setAttribute("id", "save_file_picker");
input.setAttribute("accept", ".b71");
input.setAttribute("accept", ".b71,.json");
input.style.position = "absolute";
input.style.left = "-1000px";
input.addEventListener("change", async (e) => {