Chore: linter complaints

This commit is contained in:
Grail Finder
2025-11-20 19:16:44 +03:00
parent c21074a812
commit 6e73513aac
2 changed files with 7 additions and 3 deletions

View File

@@ -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 {