Skip to content

Commit

Permalink
mix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bpazy committed Mar 13, 2016
1 parent a64fdcf commit 2db9802
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/net/fs/client/ClientUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ public class ClientUI implements ClientUII, WindowListener {
JRadioButton r_tcp, r_udp;

String updateUrl;
private boolean visible;

{
domain = "d1sm.net";
Expand Down Expand Up @@ -687,7 +686,7 @@ void checkQuanxian() {
JOptionPane.showMessageDialog(null, "请以管理员身份运行! ");
}
MLog.println("请以管理员身份运行! ");
System.exit(0);
// System.exit(0);
}
}
}
Expand Down Expand Up @@ -1061,6 +1060,6 @@ public void setOsx_fw_ipfw(boolean osx_fw_ipfw) {
}

public void setVisible(boolean visible) {
this.visible = visible;
this.isVisible = visible;
}
}

0 comments on commit 2db9802

Please sign in to comment.