We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed0499 commit 7b7a7a0Copy full SHA for 7b7a7a0
1 file changed
src/main/java/the/bytecode/club/bytecodeviewer/gui/MainViewerGUI.java
@@ -409,7 +409,7 @@ public void buildFileMenu()
409
saveAsDex.addActionListener(arg0 -> Export.DEX.getExporter().promptForExport());
410
saveAsZip.addActionListener(arg0 -> Export.ZIP.getExporter().promptForExport());
411
decompileSaveAll.addActionListener(arg0 -> ResourceDecompiling.decompileSaveAll());
412
- decompileSaveOpened.addActionListener(arg0 -> ResourceDecompiling.decompileSaveOpenedOnly());
+ decompileSaveOpened.addActionListener(arg0 -> ResourceDecompiling.decompileSaveOpenedResource());
413
about.addActionListener(arg0 -> new AboutWindow().setVisible(true));
414
exit.addActionListener(arg0 -> askBeforeExiting());
415
}
0 commit comments