diff --git a/shadowsocks-csharp/Model/Configuration.cs b/shadowsocks-csharp/Model/Configuration.cs index 56c91759..4ca13787 100755 --- a/shadowsocks-csharp/Model/Configuration.cs +++ b/shadowsocks-csharp/Model/Configuration.cs @@ -18,7 +18,7 @@ namespace Shadowsocks.Model public bool isDefault; public int localPort; - private static string CONFIG_FILE = "gui-config.json"; + private const string CONFIG_FILE = "gui-config.json"; public Server GetCurrentServer() {