This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
small bug
Fix a small bug
pull/45/head
wzxjohn
10 years ago
parent
e812d0adc4
commit
b7c8d4c699
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.");
}
}
}
}
Write
Preview
Loading…
Cancel
Save