mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-05-01 03:31:21 +00:00
fix: stop when skipped
This commit is contained in:
@@ -537,7 +537,7 @@ class AfterDetailerScript(scripts.Script):
|
|||||||
|
|
||||||
`True` if image was processed, `False` otherwise.
|
`True` if image was processed, `False` otherwise.
|
||||||
"""
|
"""
|
||||||
if state.interrupted:
|
if state.interrupted or state.skipped:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
i = p._ad_idx
|
i = p._ad_idx
|
||||||
|
|||||||
Reference in New Issue
Block a user