mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-06-20 09:58:05 +02:00
Fix: chafa does not require convert
This commit is contained in:
parent
d108ed74a2
commit
4c14f6d393
@ -58,7 +58,7 @@ set_image_method() {
|
||||
|
||||
is_kitty && { image_method="$image_method_kitty"; return 0; }
|
||||
|
||||
exists chafa && exists convert && { image_method="$image_method_chafa"; return 0; }
|
||||
exists chafa && { image_method="$image_method_chafa"; return 0; }
|
||||
}
|
||||
|
||||
is_anim_image() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user