mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-13 13:32:14 +00:00
Build fix :-)
This commit is contained in:
@@ -608,11 +608,10 @@ public abstract class MainFrameMenu implements MenuBuilder {
|
||||
}
|
||||
}
|
||||
|
||||
protected void deobfuscationMode(ActionEvent evt, int mode) {
|
||||
Configuration.deobfuscationMode.set(mode);
|
||||
mainFrame.getPanel().autoDeobfuscateChanged();
|
||||
}
|
||||
|
||||
/*protected void deobfuscationMode(ActionEvent evt, int mode) {
|
||||
Configuration.deobfuscationMode.set(mode);
|
||||
mainFrame.getPanel().autoDeobfuscateChanged();
|
||||
}*/
|
||||
protected void exitActionPerformed(ActionEvent evt) {
|
||||
JFrame frame = (JFrame) mainFrame;
|
||||
frame.dispatchEvent(new WindowEvent(frame, WindowEvent.WINDOW_CLOSING));
|
||||
|
||||
Reference in New Issue
Block a user