mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-24 11:56:55 +00:00
Update MainForm.cs
This commit is contained in:
parent
8e80fd6d34
commit
0386349727
1 changed files with 0 additions and 2 deletions
|
@ -1361,8 +1361,6 @@ namespace v2rayN.Forms
|
||||||
// wait for above fxcking async program to complete
|
// wait for above fxcking async program to complete
|
||||||
int index = FindIndexByRemarks(remarks);
|
int index = FindIndexByRemarks(remarks);
|
||||||
SetDefaultServer(index);
|
SetDefaultServer(index);
|
||||||
AppendText(false, $"{UIRes.I18N("MsgUpdateSubscriptionEndReslectLast")}");
|
|
||||||
RefreshServers();
|
|
||||||
handle.updateSubscriptionProcessCompleted = false;
|
handle.updateSubscriptionProcessCompleted = false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue