添加语言设置

🎨优化电源监听逻辑
This commit is contained in:
Amazing_DM
2020-06-03 10:12:08 +08:00
parent e7daef1226
commit 9e8659a8ea
8 changed files with 167 additions and 54 deletions

View File

@@ -178,5 +178,10 @@ namespace Netch.Models
/// 是否使用DLL启动Shadowsocks
/// </summary>
public bool BootShadowsocksFromDLL = false;
/// <summary>
/// 语言设置
/// </summary>
public string Language = "System";
}
}