Feat: image preview for filepicker

This commit is contained in:
Grail Finder
2026-02-16 19:08:16 +03:00
parent 1b36ef938e
commit 43b0fe3739
3 changed files with 68 additions and 2 deletions

View File

@@ -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"`