Fixed exiting ffdec on context menu add

This commit is contained in:
Jindra Pet��k
2013-09-26 18:13:54 +02:00
parent 61261b2ebb
commit 0b1ad1c3b3
@@ -969,8 +969,10 @@ public class Main {
}
if (args[pos].equals("-removefromcontextmenu")) {
addToContextMenu(false);
System.exit(0);
} else if (args[pos].equals("-addtocontextmenu")) {
addToContextMenu(true);
System.exit(0);
} else if (args[pos].equals("-proxy")) {
int port = 55555;
for (int i = pos; i < args.length; i++) {