Browse Source

small bug

Fix a small bug
pull/45/head
wzxjohn 10 years ago
parent
commit
8238c024b8
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      shadowsocks-csharp/View/ConfigForm.cs

+ 0
- 5
shadowsocks-csharp/View/ConfigForm.cs View File

@@ -370,10 +370,5 @@ namespace Shadowsocks.View
qrCodeForm.Icon = this.Icon;
qrCodeForm.Show();
}
private void enableLogBox_CheckedChanged(object sender, EventArgs e)
{
MessageBox.Show("This option only works on next startup.");
}
}
}

Loading…
Cancel
Save