milo status panel

This commit is contained in:
kepler155c@gmail.com
2019-02-27 21:39:59 -05:00
parent 10787dd2b3
commit d5d05b9690
2 changed files with 7 additions and 4 deletions

View File

@@ -253,6 +253,9 @@ function Storage:listItems(throttle)
if adapter.dirty then
table.insert(t, function()
adapter:listItems(throttle)
if not adapter.__size then
adapter.__size = adapter.size()
end
adapter.dirty = false
end)
end