Issue #350 (Allow to open multiple SWF files into the same ffdec instance): turned on by default

This commit is contained in:
Honfika
2013-12-22 21:45:35 +01:00
parent 763321feae
commit 9d141142d4
2 changed files with 3 additions and 3 deletions

View File

@@ -392,7 +392,7 @@ public class Main {
}
public static OpenFileResult openFile(SWFSourceInfo[] newSourceInfos) {
if (mainFrame != null && !Configuration.openMultiple.get()) {
if (mainFrame != null && !Configuration.openMultipleFiles.get()) {
sourceInfos.clear();
mainFrame.closeAll();
mainFrame.setVisible(false);