Browse Source

small bug

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

+ 4
- 1
shadowsocks-csharp/View/ConfigForm.cs View File

@@ -376,7 +376,10 @@ namespace Shadowsocks.View
private void enableLogBox_CheckedChanged(object sender, EventArgs e)
{
MessageBox.Show("This option only works on next startup.");
if (this.Visible)
{
MessageBox.Show("This option only works on next startup.");
}
}
}
}

Loading…
Cancel
Save