fix a bug

This commit is contained in:
Amazing_DM
2020-02-06 13:41:56 +08:00
parent 5958e353c2
commit b4199abc4a

View File

@@ -158,6 +158,9 @@ namespace Netch.Utils
Global.TUNTAP.ComponentID = TUNTAP.GetComponentID();
}
else {
return false;
}
//MessageBox.Show(i18N.Translate("Please install TAP-Windows and create an TUN/TAP adapter manually"), i18N.Translate("Information"), MessageBoxButtons.OK, MessageBoxIcon.Information);
// return false;
}