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

@@ -336,7 +336,7 @@ func showBotRoleSelectionPopup() {
}
func showFileCompletionPopup(filter string) {
baseDir := cfg.CodingDir
baseDir := cfg.FilePickerDir
if baseDir == "" {
baseDir = "."
}