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); },