mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 13:15:30 +00:00
updateComponents typo fix
Save button disabled for bundles
This commit is contained in:
@@ -934,7 +934,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
isWelcomeScreen = false;
|
||||
}
|
||||
|
||||
mainMenu.updateComponets(swf, abcList);
|
||||
mainMenu.updateComponents(swf, abcList);
|
||||
}
|
||||
|
||||
private void updateUi() {
|
||||
@@ -945,7 +945,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
}
|
||||
|
||||
mainFrame.setTitle(ApplicationInfo.applicationVerName);
|
||||
mainMenu.updateComponets(null, null);
|
||||
mainMenu.updateComponents(null, null);
|
||||
}
|
||||
|
||||
public void closeAll() {
|
||||
|
||||
Reference in New Issue
Block a user