From 3f8cd85123e80293be020be9cc8147e89a337c9a Mon Sep 17 00:00:00 2001 From: Azgaar Date: Thu, 20 Aug 2020 22:51:56 +0300 Subject: [PATCH] v1.4.43 --- index.html | 4 ++-- modules/ui/options.js | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index f3774fda..20586406 100644 --- a/index.html +++ b/index.html @@ -3651,8 +3651,8 @@

Generator uses pop-up window to download files. Please ensure your browser does not block popups

PNG / JPEG scale: - - + +
diff --git a/modules/ui/options.js b/modules/ui/options.js index 2779de69..60eed024 100644 --- a/modules/ui/options.js +++ b/modules/ui/options.js @@ -99,8 +99,6 @@ optionsContent.addEventListener("input", function(event) { else if (id === "uiSizeOutput") changeUIsize(value); else if (id === "tooltipSizeInput" || id === "tooltipSizeOutput") changeTooltipSize(value); else if (id === "transparencyInput") changeDialogsTransparency(value); - else if (id === "pngResolutionInput") pngResolutionOutput.value = value; - else if (id === "pngResolutionOutput") pngResolutionInput.value = value; }); optionsContent.addEventListener("change", function(event) {