Skip to content

Commit

Permalink
actually mark the disabled buttons as false
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviiu committed Mar 5, 2024
1 parent ff086a3 commit 72b5d1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html/afterload/conversionOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,8 @@ const setupConvertDownload = (node, info, colorScheme) => {
}

const setupDisabledButtonWithReason = (m, title, message) => {
m.setAttribute(`value`, `false`);

const icon = m.querySelector(`#icon`);

m.style.scale = 0.9;
Expand Down

0 comments on commit 72b5d1f

Please sign in to comment.