refresh ui after update sub

This commit is contained in:
2dust
2022-11-02 19:19:26 +08:00
parent 841a20cbd4
commit 23a4e4cc19

View File

@@ -1268,6 +1268,7 @@ namespace v2rayN.Forms
AppendText(false, msg);
if (success)
{
RefreshServers();
Global.reloadV2ray = true;
await LoadV2ray();
}