mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-17 06:45:06 -05:00
* same behavior as DnD
This commit is contained in:
parent
2782a93a86
commit
082e25852d
@ -253,7 +253,7 @@ public class Main {
|
|||||||
// single panel frame
|
// single panel frame
|
||||||
for (PanelBuilder it : MainFrame.createPanelBuilders()) {
|
for (PanelBuilder it : MainFrame.createPanelBuilders()) {
|
||||||
if (args.mode.equalsIgnoreCase(it.getName())) {
|
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) {
|
if (frame == null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user