fix: miss judge global animations option in layer close animation
This commit is contained in:
@@ -354,7 +354,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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user