diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-22 16:17:30 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-22 16:17:30 +0300 |
| commit | beb944c39069b4bb737084af5bab012ad0877209 (patch) | |
| tree | dd20d558bcd3581fa6c6ff2a2267187536117dda /popups.go | |
| parent | 5844dd1494a3190f4f593894b0310330bdcf6b01 (diff) | |
Enha: filepicker dir as coders dir
Diffstat (limited to 'popups.go')
| -rw-r--r-- | popups.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ func showBotRoleSelectionPopup() { } func showFileCompletionPopup(filter string) { - baseDir := cfg.CodingDir + baseDir := cfg.FilePickerDir if baseDir == "" { baseDir = "." } |
