fix: proxy 取值错误

This commit is contained in:
uye
2024-08-02 03:11:24 +08:00
parent be58898ac9
commit db733b6310

View File

@@ -37,7 +37,7 @@ namespace MaaWpfGui.Services.Web
{
get
{
var p = ConfigurationHelper.GetValue(ConfigurationKeys.UpdateProxy, string.Empty);
var p = ConfigurationHelper.GetGlobalValue(ConfigurationKeys.UpdateProxy, string.Empty);
if (string.IsNullOrEmpty(p))
{
return string.Empty;