Closed KnifeFed closed 3 years ago
You can configure FileBot with a different FileDialog
implementation:
https://www.filebot.net/forums/viewtopic.php?t=3913
However, the GtkFileChooserDialog
that is used by default is definitely the best UX, even if it doesn't support folder multi-selection.
EDIT: Holding SHIFT
(or some other modifier) when clicking on Load
will allow you to switch into ADD
or LINK
mode kinda like how drag-n-drop would work on your Desktop.
Thanks, I changed it to Swing and it works fine.
When doing
Load -> Select Folder
you can only select one folder. If you repeat the process to add another folder, it overwrites the previous selection, meaning there's no way to process multiple folders at once. Is there a fix or way around this? Selecting multiple files works fine.