mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* same behavior as DnD
This commit is contained in:
parent
2782a93a86
commit
082e25852d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user