fix: animation none type not effect

This commit is contained in:
DreamMaoMao 2025-09-08 16:26:53 +08:00
parent c3cc080773
commit f7624db563

View file

@ -757,9 +757,7 @@ void client_set_pending_state(Client *c) {
(!c->animation_type_open && (!c->animation_type_open &&
strcmp(animation_type_open, "none") == 0)) && strcmp(animation_type_open, "none") == 0)) &&
c->animation.action == OPEN) { c->animation.action == OPEN) {
c->animation.action = MOVE; c->animation.duration = 0;
c->is_pending_open_animation = false;
c->animation.should_animate = false;
} }
// 开始动画 // 开始动画