Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingDM committed Feb 6, 2020
1 parent 5958e35 commit b4199ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Netch/Utils/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ public static bool SearchOutbounds()

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;
}
Expand Down

0 comments on commit b4199ab

Please sign in to comment.