Add download status widgets to info bar

This commit is contained in:
Miguel Jacq 2018-02-19 08:33:47 +11:00
parent 41b1abdfaa
commit 20c0ca02d3
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
8 changed files with 105 additions and 24 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B

View file

@ -145,5 +145,7 @@
"gui_status_indicator_working": "Starting...",
"gui_status_indicator_started": "Sharing",
"gui_file_info": "{} Files, {}",
"gui_file_info_single": "{} File, {}"
"gui_file_info_single": "{} File, {}",
"info_in_progress_downloads_tooltip": "{} download(s) in progress",
"info_completed_downloads_tooltip": "{} download(s) completed"
}