From bbc2298939410aa091f83b859634dd53a2736a01 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:58:07 +0800 Subject: [PATCH] Bug fix https://github.com/2dust/v2rayN/issues/5517 --- v2rayN/v2rayN/ViewModels/ProfilesViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/v2rayN/v2rayN/ViewModels/ProfilesViewModel.cs b/v2rayN/v2rayN/ViewModels/ProfilesViewModel.cs index 7bfe9047cb..4681c91aea 100644 --- a/v2rayN/v2rayN/ViewModels/ProfilesViewModel.cs +++ b/v2rayN/v2rayN/ViewModels/ProfilesViewModel.cs @@ -617,6 +617,7 @@ private void SetDefaultMultipleServer(ECoreType coreType) } if (indexId == _config.indexId) { + RefreshServers(); Reload(); } else