We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b85e83c + 0dd8480 commit d79b930Copy full SHA for d79b930
modules/script_callbacks.py
@@ -80,7 +80,7 @@ def ui_settings_callback():
80
81
82
def before_image_saved_callback(params: ImageSaveParams):
83
- for c in callbacks_image_saved:
+ for c in callbacks_before_image_saved:
84
try:
85
c.callback(params)
86
except Exception:
0 commit comments