double left conflict with single left, use middle to change proxy setting.

This commit is contained in:
JaredDC 2021-07-06 23:48:30 +08:00
parent d971f92cfc
commit 449e8d9c1e

View file

@ -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)
{ {