lmao you are really making me feel guilty about not merging your version ;)
This commit is contained in:
parent
51095160f1
commit
4f73aba5c2
1 changed files with 0 additions and 14 deletions
|
@ -799,20 +799,6 @@ const _generate = async (endpoint, request, bb, options = {}) => {
|
||||||
});
|
});
|
||||||
imageSelectMenu.appendChild(resourcebtn);
|
imageSelectMenu.appendChild(resourcebtn);
|
||||||
|
|
||||||
const deletebtn = document.createElement("button");
|
|
||||||
deletebtn.textContent = "D";
|
|
||||||
deletebtn.title = "Delete Image";
|
|
||||||
deletebtn.addEventListener("click", async () => {
|
|
||||||
images.splice(at, 1);
|
|
||||||
seeds.splice(at, 1);
|
|
||||||
|
|
||||||
at = Math.min(at, images.length - 1);
|
|
||||||
|
|
||||||
imageindextxt.textContent = `${at}/${images.length - 1}`;
|
|
||||||
redraw();
|
|
||||||
});
|
|
||||||
imageSelectMenu.appendChild(deletebtn);
|
|
||||||
|
|
||||||
const savebtn = document.createElement("button");
|
const savebtn = document.createElement("button");
|
||||||
savebtn.textContent = "S";
|
savebtn.textContent = "S";
|
||||||
savebtn.title = "Download image to computer";
|
savebtn.title = "Download image to computer";
|
||||||
|
|
Loading…
Reference in a new issue