2dust 3 months ago
parent
commit
bbc2298939
  1. 1
      v2rayN/v2rayN/ViewModels/ProfilesViewModel.cs

1
v2rayN/v2rayN/ViewModels/ProfilesViewModel.cs

@ -617,6 +617,7 @@ namespace v2rayN.ViewModels
} }
if (indexId == _config.indexId) if (indexId == _config.indexId)
{ {
RefreshServers();
Reload(); Reload();
} }
else else

Loading…
Cancel
Save