diff options
| author | Grail Finder <wohilas@gmail.com> | 2025-11-20 19:16:44 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2025-11-20 19:16:44 +0300 |
| commit | 6e73513aacf1e499fccb32ee0b09d90c22341214 (patch) | |
| tree | 897e971977714009741c4101e219437669a22587 /tables.go | |
| parent | c21074a8129007509d45c460a8df56917f721cf0 (diff) | |
Chore: linter complaints
Diffstat (limited to 'tables.go')
| -rw-r--r-- | tables.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -561,7 +561,7 @@ func makeFilePicker() *tview.Flex { var selectedFile string // Track currently displayed directory (changes as user navigates) - var currentDisplayDir string = startDir + currentDisplayDir := startDir // Helper function to check if a file is an image isImageFile := func(filename string) bool { |
