mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-12 13:30:01 -05:00
fix: miss judge global animations option in layer close animation
This commit is contained in:
parent
de5fc65d84
commit
0da68f025a
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ void layer_animation_next_tick(LayerSurface *l) {
|
||||||
|
|
||||||
void init_fadeout_layers(LayerSurface *l) {
|
void init_fadeout_layers(LayerSurface *l) {
|
||||||
|
|
||||||
if (!layer_animations || l->noanim) {
|
if (!animations || !layer_animations || l->noanim) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue