Browse Source

Revert

9fd20ff001
pull/6005/head
2dust 3 weeks ago
parent
commit
911dc7f90e
  1. 2
      v2rayN/ServiceLib/Services/UpdateService.cs

2
v2rayN/ServiceLib/Services/UpdateService.cs

@ -228,7 +228,7 @@ namespace ServiceLib.Services
}
_updateFunc?.Invoke(false, "-------------------------------------------------------");
await ConfigHandler.DedupServerList(config, id);
//await ConfigHandler.DedupServerList(config, id);
}
_updateFunc?.Invoke(true, $"{ResUI.MsgUpdateSubscriptionEnd}");

Loading…
Cancel
Save