We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd5f482 + 7a6230f commit 94cc6c5Copy full SHA for 94cc6c5
shadowsocks-csharp/View/ProxyForm.cs
@@ -59,8 +59,8 @@ private void LoadCurrentConfiguration()
59
60
private void OKButton_Click(object sender, EventArgs e)
61
{
62
-
63
- if (_modifiedProxyConfig.useProxy=UseProxyCheckBox.Checked)
+ _modifiedProxyConfig.useProxy = UseProxyCheckBox.Checked;
+ if (_modifiedProxyConfig.useProxy)
64
65
if (!int.TryParse(ProxyPortTextBox.Text, out _modifiedProxyConfig.proxyPort))
66
0 commit comments