This commit is contained in:
Adam 2024-11-26 01:29:56 +01:00
parent 9f9399eb1b
commit 86f123423a
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@
const button = document.getElementById(buttonId);
if (button) {
button.disabled = states[buttonId];
button.hidden = states[buttonId];
// button.hidden = states[buttonId];
} else {
console.warn(`Button with ID ${buttonId} not found.`);
}