mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 20:50:45 +00:00
show recent files in main menu
This commit is contained in:
@@ -349,6 +349,7 @@ public class Main {
|
||||
|
||||
public static boolean openFile(String swfFile) {
|
||||
try {
|
||||
Configuration.addRecentFile(swfFile);
|
||||
boolean ok = openFile(swfFile, new FileInputStream(swfFile));
|
||||
if (ok) {
|
||||
readOnly = false;
|
||||
|
||||
Reference in New Issue
Block a user