1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* same behavior as DnD

This commit is contained in:
Reinhard Pointner 2014-08-27 15:04:30 +00:00
parent 2782a93a86
commit 082e25852d

View File

@ -253,7 +253,7 @@ public class Main {
// single panel frame
for (PanelBuilder it : MainFrame.createPanelBuilders()) {
if (args.mode.equalsIgnoreCase(it.getName())) {
frame = new SinglePanelFrame(it).publish(new FileTransferable(args.getFiles(true)));
frame = new SinglePanelFrame(it).publish(new FileTransferable(args.getFiles(false)));
}
}
if (frame == null) {