mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 07:24:50 +00:00
Issue #464 Javaw and ffdec open and closes: fixed
This commit is contained in:
@@ -173,10 +173,10 @@ public class CommandLineArgumentParser {
|
||||
}
|
||||
}
|
||||
if (nextParam.equals("-removefromcontextmenu")) {
|
||||
ContextMenuTools.addToContextMenu(false);
|
||||
ContextMenuTools.addToContextMenu(false, true);
|
||||
System.exit(0);
|
||||
} else if (nextParam.equals("-addtocontextmenu")) {
|
||||
ContextMenuTools.addToContextMenu(true);
|
||||
ContextMenuTools.addToContextMenu(true, true);
|
||||
System.exit(0);
|
||||
} else if (nextParam.equals("-proxy")) {
|
||||
parseProxy(args);
|
||||
|
||||
Reference in New Issue
Block a user