Skip to content

Commit

Permalink
List loading now shows actual count
Browse files Browse the repository at this point in the history
  • Loading branch information
joedf committed Oct 20, 2016
1 parent 6aed0bf commit 128b17e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Local-Client/Package_Lister.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ List_Available: ;{
for each, packs in packs_l
TotalItems += Util_ObjCount(packs)
TotalItemsNew:=TotalItems
_curr_n:=0
for each, packs in packs_l
{
for _each, info in packs
Expand All @@ -356,6 +357,8 @@ List_Available: ;{
else
LV_Add("","ERROR: Unable to load package(s)")
}
_curr_n+=1
load_progress("Loading data from " each,_curr_n,TotalItems)
}
}
TotalItemsNew:=(TotalItemsNew<0)?0:(TotalItems-TotalItemsNew)
Expand Down

0 comments on commit 128b17e

Please sign in to comment.