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
Merge pull request
#117
from GangZhuo/master
Bring config form to front when it's opened before.
tags/3.2
clowwindy
10 years ago
parent
aa8a816f9f
1d8c414c9f
commit
1c5fcbc137
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
shadowsocks-csharp/View/MenuViewController.cs
+ 1
- 1
shadowsocks-csharp/View/MenuViewController.cs
View File
@@ -231,7 +231,7 @@ namespace Shadowsocks.View
{
{
if (configForm != null)
if (configForm != null)
{
{
configForm.
Focus
();
configForm.
Activate
();
}
}
else
else
{
{
Write
Preview
Loading…
Cancel
Save