mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix display of led after download abort.
This commit is contained in:
parent
d14f79eb2c
commit
7a74edab5a
@ -290,6 +290,8 @@ update_download_led(struct session *ses)
|
|||||||
}
|
}
|
||||||
|
|
||||||
set_led_value(status->download_led, led);
|
set_led_value(status->download_led, led);
|
||||||
|
} else {
|
||||||
|
unset_led_value(status->download_led);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user