mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-29 06:55:37 +00:00
Issue #350 (Allow to open multiple SWF files into the same ffdec instance): turned on by default
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user