diff options
| author | ailurux <ailurux@noreply.codeberg.org> | 2024-05-10 04:20:00 +0000 |
|---|---|---|
| committer | ailurux <ailurux@noreply.codeberg.org> | 2024-05-10 04:20:00 +0000 |
| commit | 35c6125b25f3f0c1852c74f9d165a46282494a7c (patch) | |
| tree | 695b8229205e108f04da7d1ded7f0af35bf1ff9c /lua/browser.lua | |
| parent | e4ce7c4ac23402e09be8d6a52e0f739c0dff4ff0 (diff) | |
| parent | ce9861260d5642eb496e447eb7e93de5938c6b1f (diff) | |
| download | tangara-fw-35c6125b25f3f0c1852c74f9d165a46282494a7c.tar.gz | |
Merge pull request 'file-browser' (#71) from file-browser into main
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/71
Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org>
Diffstat (limited to 'lua/browser.lua')
| -rw-r--r-- | lua/browser.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/browser.lua b/lua/browser.lua index 96ebbcab..7ea8e240 100644 --- a/lua/browser.lua +++ b/lua/browser.lua @@ -81,7 +81,7 @@ return screen:new{ backstack.push(playing:new()) end) - local recycle_list = widgets.RecyclerList(self.root, self.iterator, { + widgets.InfiniteList(self.root, self.iterator, { callback = function(item) return function() local contents = item:contents() |
