mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: proxy 取值错误
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user