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.
1 parent 99d728b commit 0dd8480Copy full SHA for 0dd8480
modules/script_callbacks.py
@@ -69,7 +69,7 @@ def ui_settings_callback():
69
70
71
def before_image_saved_callback(params: ImageSaveParams):
72
- for c in callbacks_image_saved:
+ for c in callbacks_before_image_saved:
73
try:
74
c.callback(params)
75
except Exception:
0 commit comments