Fix logic in tsbSubGroupUpdate_Click()

This commit is contained in:
Self Not Found 2022-12-19 00:38:41 +08:00 committed by GitHub
parent b48037b757
commit c1bd9b0cac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1483,7 +1483,7 @@ namespace v2rayN.Forms
}
private void tsbSubGroupUpdate_Click(object sender, EventArgs e)
{
UpdateSubscriptionProcess(_groupId, true);
UpdateSubscriptionProcess(_groupId, false);
}
private void tsbSubGroupUpdateViaProxy_Click(object sender, EventArgs e)