From b4c37d9906a19020f909ffdcd031cbe83d97ab1b Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:16:07 +0800 Subject: [PATCH] Bug fix https://github.com/2dust/v2rayN/issues/6200 --- v2rayN/ServiceLib/ViewModels/ProfilesViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/v2rayN/ServiceLib/ViewModels/ProfilesViewModel.cs b/v2rayN/ServiceLib/ViewModels/ProfilesViewModel.cs index dc87be16..d6ec6e25 100644 --- a/v2rayN/ServiceLib/ViewModels/ProfilesViewModel.cs +++ b/v2rayN/ServiceLib/ViewModels/ProfilesViewModel.cs @@ -639,6 +639,7 @@ namespace ServiceLib.ViewModels NoticeHandler.Instance.Enqueue(ResUI.OperationSuccess); RefreshServers(); + SelectedMoveToGroup = null; SelectedMoveToGroup = new(); //Reload(); }