fix: stop when skipped

This commit is contained in:
Bingsu
2023-08-25 20:27:15 +09:00
parent c99174c344
commit 36f5b3548d

View File

@@ -537,7 +537,7 @@ class AfterDetailerScript(scripts.Script):
`True` if image was processed, `False` otherwise.
"""
if state.interrupted:
if state.interrupted or state.skipped:
return False
i = p._ad_idx