mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-26 04:46:56 +00:00
修复:删除全部节点时,UI不更新的问题
This commit is contained in:
parent
6ff4ab274d
commit
d9a71bbf28
1 changed files with 4 additions and 1 deletions
|
@ -479,7 +479,10 @@ namespace ServiceLib.ViewModels
|
|||
|
||||
await ConfigHandler.RemoveServer(_config, lstSelecteds);
|
||||
NoticeHandler.Instance.Enqueue(ResUI.OperationSuccess);
|
||||
|
||||
if (lstSelecteds.Count == _profileItems.Count)
|
||||
{
|
||||
_profileItems.Clear();
|
||||
}
|
||||
RefreshServers();
|
||||
if (exists)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue