Commit 0dd84802 authored by MMaker's avatar MMaker

fix: Correct before image saved callback

parent 99d728b5
...@@ -69,7 +69,7 @@ def ui_settings_callback(): ...@@ -69,7 +69,7 @@ def ui_settings_callback():
def before_image_saved_callback(params: ImageSaveParams): def before_image_saved_callback(params: ImageSaveParams):
for c in callbacks_image_saved: for c in callbacks_before_image_saved:
try: try:
c.callback(params) c.callback(params)
except Exception: except Exception:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment