mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Tell user where the downloaded file is stored
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
parent
5d945a9629
commit
099b443dc8
@ -190,8 +190,8 @@ http_file_get(void* userdata)
|
||||
} else {
|
||||
if (!download->cancel) {
|
||||
http_print_transfer_update(download->window, download->url,
|
||||
"Downloading '%s': done",
|
||||
download->url);
|
||||
"Downloading '%s': done\nSaved to '%s'",
|
||||
download->url, download->filename);
|
||||
win_mark_received(download->window, download->url);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user