Browse Source

fix bug: shadowsocks restart twice, when click Ok button on Edit Servers window

tags/3.0
Gang Zhuo 9 years ago
parent
commit
b197af124b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/Controller/ShadowsocksController.cs

+ 1
- 1
shadowsocks-csharp/Controller/ShadowsocksController.cs View File

@@ -122,7 +122,7 @@ namespace Shadowsocks.Controller
{ {
_config.configs = servers; _config.configs = servers;
_config.localPort = localPort; _config.localPort = localPort;
SaveConfig(_config);
Configuration.Save(_config);
} }
public bool AddServerBySSURL(string ssURL) public bool AddServerBySSURL(string ssURL)


Loading…
Cancel
Save