diff --git a/i18n/zh_CN/ps-plugin.json b/i18n/zh_CN/ps-plugin.json index 3a1cddc..596ccd8 100644 --- a/i18n/zh_CN/ps-plugin.json +++ b/i18n/zh_CN/ps-plugin.json @@ -176,5 +176,8 @@ "ControlNet Unit": "ControlNet #", "Select Filter": "选择过滤器", "Select Module": "选择预处理器", - "Select Model": "选择模型" + "Select Model": "选择模型", + "Keep all generated images on the canvas": "在画布上保留所有生成图像", + "Delete all generated images from the canvas": "在画布上删除所有生成图像", + "Keep only the highlighted images": "在画布上保留选中的图像" } \ No newline at end of file diff --git a/typescripts/after_detailer/after_detailer.tsx b/typescripts/after_detailer/after_detailer.tsx index 8014dd9..45eac89 100644 --- a/typescripts/after_detailer/after_detailer.tsx +++ b/typescripts/after_detailer/after_detailer.tsx @@ -286,7 +286,7 @@ function Collapsible({ setIsOpen(!isOpen) } - return useObserver(()=> ( + return /*useObserver(()=>*/( (