mirror of https://github.com/2dust/v2rayN
refresh ui after update sub
parent
841a20cbd4
commit
23a4e4cc19
|
@ -1268,6 +1268,7 @@ namespace v2rayN.Forms
|
||||||
AppendText(false, msg);
|
AppendText(false, msg);
|
||||||
if (success)
|
if (success)
|
||||||
{
|
{
|
||||||
|
RefreshServers();
|
||||||
Global.reloadV2ray = true;
|
Global.reloadV2ray = true;
|
||||||
await LoadV2ray();
|
await LoadV2ray();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue