Update MainForm.cs

This commit is contained in:
JaredDC 2021-06-30 01:08:38 +08:00 committed by GitHub
parent 8e80fd6d34
commit 0386349727
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }
}; };