mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-07-06 02:44:17 +02:00
Better way of handling progress, and childProgress.
More reliable taskFinishTime
This commit is contained in:
@ -14,6 +14,6 @@ public class UpdateLibrariesTask : TrangaTask
|
||||
return;
|
||||
foreach(LibraryManager lm in taskManager.settings.libraryManagers)
|
||||
lm.UpdateLibrary();
|
||||
this.progress = 1f;
|
||||
IncrementProgress(1);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user