opt: dont fade out shield client when capture

This commit is contained in:
DreamMaoMao 2026-02-19 19:12:01 +08:00
parent 7aa79a430b
commit a411924331

View file

@ -783,6 +783,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 &&