Rename widget to InfiniteList

This commit is contained in:
ailurux
2024-05-10 13:16:29 +10:00
parent ee5657cb44
commit 0062eb9a9e
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ return screen:new{
}
end
local recycle_list = widgets.RecyclerList(self.root, self.iterator, {
local infinite_list = widgets.InfiniteList(self.root, self.iterator, {
callback = function(item)
return function()
local is_dir = item:is_directory()