diff --git a/src/MaaWpfGui/Services/Web/HttpService.cs b/src/MaaWpfGui/Services/Web/HttpService.cs index 09b07b378f..c25cd90e52 100644 --- a/src/MaaWpfGui/Services/Web/HttpService.cs +++ b/src/MaaWpfGui/Services/Web/HttpService.cs @@ -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;