You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating the progress bar while loading the package list, get the length of the number of packages we need to load minus 1 or maybe 2, and use that many zeroes after a 1 so it scales better if the total number is larger than what I already accounted for so it doesn't update the UI as often.
#170
Open
DrewNaylor opened this issue
Jun 20, 2023
· 1 comment
May help a bit. Perhaps this should be applied to the extraction window, too?
The text was updated successfully, but these errors were encountered:
DrewNaylor
changed the title
When updating the progress bar while loading the package list, get the length of the number of packages we need to load minus 1 or maybe 2, and use that many zeroes after a 1 so it scales better if the total number is larger than what I accounted for so it doesn't update the UI as often.
When updating the progress bar while loading the package list, get the length of the number of packages we need to load minus 1 or maybe 2, and use that many zeroes after a 1 so it scales better if the total number is larger than what I already accounted for so it doesn't update the UI as often.
Jun 20, 2023
Probably would have to ensure we sync the threads or something when updating the progress bar so there's no race condition. Delegates would be necessary to prevent cross-thread issues.
May help a bit. Perhaps this should be applied to the extraction window, too?
The text was updated successfully, but these errors were encountered: