未验证 提交 d79b9308 编写于 作者: A AUTOMATIC1111 提交者: GitHub

Merge pull request #3723 from stysmmaker/patch/image-save-callback

Correct before image saved callback
......@@ -80,7 +80,7 @@ def ui_settings_callback():
def before_image_saved_callback(params: ImageSaveParams):
for c in callbacks_image_saved:
for c in callbacks_before_image_saved:
try:
c.callback(params)
except Exception:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册