we should use argument -gc

This commit is contained in:
speedie 2023-02-28 22:38:46 +01:00
parent 103c3c89b8
commit ee3b4ec2be

View file

@ -144,7 +144,7 @@ SWAL_SELWALLPAPER()
}
if [ "$SWAL_USE_IMAGE" = "true" ]; then
IMG_ARG="-is"
IMG_ARG="-gc -is"
else
SWAL_IMAGE_SIZE=""
fi