Only look for w3m path if we're in image mode

master
Dylan 10 years ago
parent cec40577bf
commit bc53d2eafe
  1. 4
      fetch

@ -2116,7 +2116,9 @@ if [ "$image" != "off" ]; then
clear
# Find w3mimgdisplay
[ "$image_backend" == "w3m" ] && getw3m_img_path
[ "$image_backend" == "w3m" ] && \
[ "$image" != "ascii" ] && \
getw3m_img_path
# Get the image
getimage

Loading…
Cancel
Save