mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-29 14:26:20 +00:00
Fix logic in tsbSubGroupUpdate_Click()
This commit is contained in:
parent
b48037b757
commit
c1bd9b0cac
1 changed files with 1 additions and 1 deletions
|
@ -1483,7 +1483,7 @@ namespace v2rayN.Forms
|
||||||
}
|
}
|
||||||
private void tsbSubGroupUpdate_Click(object sender, EventArgs e)
|
private void tsbSubGroupUpdate_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
UpdateSubscriptionProcess(_groupId, true);
|
UpdateSubscriptionProcess(_groupId, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void tsbSubGroupUpdateViaProxy_Click(object sender, EventArgs e)
|
private void tsbSubGroupUpdateViaProxy_Click(object sender, EventArgs e)
|
||||||
|
|
Loading…
Reference in a new issue