summaryrefslogtreecommitdiff
path: root/config/config.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-16 19:08:16 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-16 19:08:16 +0300
commit43b0fe3739b27deae8193daf1145f42fd616b1f1 (patch)
treece4ea6693c09958ebbbe09d65f58fa0e1267ac48 /config/config.go
parent1b36ef938e1fb1bda040cbbe1c1e0886af7e140e (diff)
Feat: image preview for filepicker
Diffstat (limited to 'config/config.go')
-rw-r--r--config/config.go1
1 files changed, 1 insertions, 0 deletions
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"`