From fdd9c8def170ca0d1660f4f8bddf83eb8c51d5f3 Mon Sep 17 00:00:00 2001 From: tim h Date: Mon, 2 Jan 2023 22:15:47 -0600 Subject: [PATCH] whoops just noticed this, tiny fix --- index.html | 6 +++--- js/ui/tool/dream.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 71067f4..852f7ba 100644 --- a/index.html +++ b/index.html @@ -322,7 +322,7 @@ - + @@ -351,10 +351,10 @@ - + diff --git a/js/ui/tool/dream.js b/js/ui/tool/dream.js index 956464d..18e42ad 100644 --- a/js/ui/tool/dream.js +++ b/js/ui/tool/dream.js @@ -1576,9 +1576,9 @@ const dreamTool = () => array.appendChild(state.ctxmenu.keepUnmaskedLabel); menu.appendChild(array); menu.appendChild(state.ctxmenu.keepUnmaskedBlurSlider); - menu.appendChild(state.ctxmenu.keepUnmaskedBlurSliderLinebreak); - menu.appendChild(state.ctxmenu.preserveMasksLabel); - menu.appendChild(document.createElement("br")); + // menu.appendChild(state.ctxmenu.keepUnmaskedBlurSliderLinebreak); + // menu.appendChild(state.ctxmenu.preserveMasksLabel); + // menu.appendChild(document.createElement("br")); menu.appendChild(state.ctxmenu.overMaskPxLabel); menu.appendChild(state.ctxmenu.eagerGenerateCountLabel); },