Enha: filepicker dir as coders dir

This commit is contained in:
Grail Finder
2026-02-22 16:17:30 +03:00
parent 5844dd1494
commit beb944c390
8 changed files with 14 additions and 20 deletions

View File

@@ -577,7 +577,7 @@ func resolvePath(p string) string {
if filepath.IsAbs(p) {
return p
}
return filepath.Join(cfg.CodingDir, p)
return filepath.Join(cfg.FilePickerDir, p)
}
func readStringFromFile(filename string) (string, error) {