diff --git a/shadowsocks-csharp/Model/Configuration.cs b/shadowsocks-csharp/Model/Configuration.cs index 65b0a3b6..3ae77dff 100755 --- a/shadowsocks-csharp/Model/Configuration.cs +++ b/shadowsocks-csharp/Model/Configuration.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using System.IO; using System.Text; +using System.Windows.Forms; namespace Shadowsocks.Model { @@ -10,6 +11,7 @@ namespace Shadowsocks.Model { public Configuration() { + Configuration.CONFIG_FILE = Application.StartupPath + @"\gui-config.json"; } public List configs;