up PackageReference

This commit is contained in:
2dust
2024-10-11 15:06:48 +08:00
parent a0286ff810
commit d7bde77977
3 changed files with 9 additions and 9 deletions

View File

@@ -342,6 +342,7 @@ namespace ServiceLib.ViewModels
TaskHandler.Instance.RegUpdateTask(_config, UpdateTaskHandler);
RefreshRoutingsMenu();
InboundDisplayStaus();
//RefreshServers();
Reload();
@@ -657,6 +658,7 @@ namespace ServiceLib.ViewModels
var ret = await _updateView?.Invoke(EViewAction.OptionSettingWindow, null);
if (ret == true)
{
InboundDisplayStaus();
//RefreshServers();
Reload();
}
@@ -796,8 +798,6 @@ namespace ServiceLib.ViewModels
BlSystemProxyNothing = (type == ESysProxyType.Unchanged);
BlSystemProxyPac = (type == ESysProxyType.Pac);
InboundDisplayStaus();
if (blChange)
{
_updateView?.Invoke(EViewAction.DispatcherRefreshIcon, null);