diff --git a/src/animation/client.h b/src/animation/client.h index 419b5ed..f767a39 100644 --- a/src/animation/client.h +++ b/src/animation/client.h @@ -656,6 +656,10 @@ void init_fadeout_client(Client *c) { return; } + if (c->shield_when_capture && active_capture_count > 0) { + return; + } + if ((c->animation_type_close && strcmp(c->animation_type_close, "none") == 0) || (!c->animation_type_close &&