From db733b6310e101779b0b0d55724fee987da7c770 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Fri, 2 Aug 2024 03:11:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20proxy=20=E5=8F=96=E5=80=BC=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Services/Web/HttpService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;