From 43b0fe3739b27deae8193daf1145f42fd616b1f1 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 16 Feb 2026 19:08:16 +0300 Subject: Feat: image preview for filepicker --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/config.go b/config/config.go index bed24f6..d5c059f 100644 --- a/config/config.go +++ b/config/config.go @@ -30,6 +30,7 @@ type Config struct { DBPATH string `toml:"DBPATH"` FilePickerDir string `toml:"FilePickerDir"` FilePickerExts string `toml:"FilePickerExts"` + ImagePreview bool `toml:"ImagePreview"` EnableMouse bool `toml:"EnableMouse"` // embeddings RAGEnabled bool `toml:"RAGEnabled"` -- cgit v1.2.3