summaryrefslogtreecommitdiff
path: root/tables.go
diff options
context:
space:
mode:
Diffstat (limited to 'tables.go')
-rw-r--r--tables.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tables.go b/tables.go
index c359102..8fa80ed 100644
--- a/tables.go
+++ b/tables.go
@@ -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 {