fix: Correct before image saved callback
This commit is contained in:
parent
99d728b5b1
commit
0dd8480281
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user