refresh ui after update sub

pull/2809/head
2dust 2022-11-02 19:19:26 +08:00
parent 841a20cbd4
commit 23a4e4cc19
1 changed files with 1 additions and 0 deletions

View File

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