mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
add more resilency, performance adjustments
This commit is contained in:
parent
7f97b20883
commit
e40ea323e4
4 changed files with 88 additions and 37 deletions
|
|
@ -152,7 +152,7 @@ namespace MareSynchronos.UI
|
|||
ImGui.Text("Scan is running");
|
||||
ImGui.Text("Current Progress:");
|
||||
ImGui.SameLine();
|
||||
ImGui.Text(_cacheScanner.TotalFiles <= 1
|
||||
ImGui.Text(_cacheScanner.TotalFiles == 1
|
||||
? "Collecting files"
|
||||
: $"Processing {_cacheScanner.CurrentFileProgress} / {_cacheScanner.TotalFiles} files");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue