mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 11:54:36 +00:00
Issue #556 Goto main class on startup not working fix
This commit is contained in:
@@ -720,9 +720,9 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
showCard(CARDEMPTYPANEL);
|
||||
updateUi(swf);
|
||||
|
||||
if (first && Configuration.gotoMainClassOnStartup.get()) {
|
||||
/*if (first && Configuration.gotoMainClassOnStartup.get()) {
|
||||
gotoDocumentClass(swf);
|
||||
}
|
||||
}*/
|
||||
first = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user