mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-03-13 09:20:09 +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.
|
||||
"""
|
||||
if state.interrupted:
|
||||
if state.interrupted or state.skipped:
|
||||
return False
|
||||
|
||||
i = p._ad_idx
|
||||
|
||||
Reference in New Issue
Block a user