opt: dont fade out shield client when capture

This commit is contained in:
DreamMaoMao 2026-02-19 19:12:01 +08:00
parent bbd7f5b89c
commit 08ea40b6d6

View file

@ -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 &&