mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-24 11:56:55 +00:00
double left conflict with single left, use middle to change proxy setting.
This commit is contained in:
parent
d971f92cfc
commit
449e8d9c1e
1 changed files with 1 additions and 1 deletions
|
@ -1547,7 +1547,7 @@ namespace v2rayN.Forms
|
||||||
|
|
||||||
private void notifyMain_MouseClick(object sender, MouseEventArgs e)
|
private void notifyMain_MouseClick(object sender, MouseEventArgs e)
|
||||||
{
|
{
|
||||||
if (e.Button == MouseButtons.Left)
|
if (e.Button == MouseButtons.Middle)
|
||||||
{
|
{
|
||||||
if (config.sysProxyType == ESysProxyType.ForcedClear)
|
if (config.sysProxyType == ESysProxyType.ForcedClear)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue