diff options
| author | rdsh <rdsh@noreply.codeberg.org> | 2025-02-05 21:57:45 +0000 |
|---|---|---|
| committer | rdsh <rdsh@noreply.codeberg.org> | 2025-02-05 21:57:45 +0000 |
| commit | 2ec84a1393331f57f8402bce66d337c0dd255f64 (patch) | |
| tree | 30f271bf10988a9717abdf266d135e3ec0ae2d31 /lua/browser.lua | |
| parent | ddcd06dbca61fc55a7c2cd68f82f8cfe7b4c5cbf (diff) | |
| parent | 9ecb79a264daa7896ce7d5a65592c05631213d5a (diff) | |
| download | tangara-fw-2ec84a1393331f57f8402bce66d337c0dd255f64.tar.gz | |
Merge pull request 'main' (#1) from cool-tech-zone/tangara-fw:main into main
Reviewed-on: https://codeberg.org/rdsh/tangara-fw/pulls/1
Diffstat (limited to 'lua/browser.lua')
| -rw-r--r-- | lua/browser.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/browser.lua b/lua/browser.lua index 2a024fc5..264db0c5 100644 --- a/lua/browser.lua +++ b/lua/browser.lua @@ -118,6 +118,7 @@ return screen:new { end widgets.InfiniteList(self.root, self.iterator, { + focus_first_item = true, get_icon = get_icon_func, callback = function(item) return function() |
