mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
handle download cancellation better
This commit is contained in:
parent
98c1802d63
commit
2307b43c65
7 changed files with 47 additions and 42 deletions
|
|
@ -367,7 +367,7 @@ namespace MareSynchronos.UI
|
|||
ImGui.Text("No uploads in progress");
|
||||
}
|
||||
|
||||
var currentDownloads = _apiController.CurrentDownloads.ToList();
|
||||
var currentDownloads = _apiController.CurrentDownloads.SelectMany(k => k.Value).ToList();
|
||||
ImGui.PushFont(UiBuilder.IconFont);
|
||||
ImGui.Text(FontAwesomeIcon.Download.ToIconString());
|
||||
ImGui.PopFont();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue