mirror of
https://github.com/2dust/v2rayN.git
synced 2026-08-05 23:02:04 +03:00
up PackageReference
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user