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
commit
1c5fcbc137
1 changed files with 1 additions and 1 deletions
  1. +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)
{
configForm.Focus();
configForm.Activate();
}
else
{


Loading…
Cancel
Save