fix: fix miss hide bar node when disable animaitons

This commit is contained in:
DreamMaoMao 2026-06-21 22:17:34 +08:00
parent a0feccc6ae
commit 0e3c64d221
3 changed files with 6 additions and 2 deletions

View file

@ -168,7 +168,7 @@ void client_focus_group_member(Client *c) {
arrange(c->mon, false, false);
}
void client_set_tab_node_visible(Client *c) {
void client_check_tab_node_visible(Client *c) {
if (!c || c->iskilling)
return;