lakinduakash / linux-wifi-hotspot

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.26k stars 300 forks source link

fix(ui): typo for tv_mac_filter. #390

Closed safocl closed 6 months ago

safocl commented 6 months ago

There is a typo in the code at https://github.com/lakinduakash/linux-wifi-hotspot/blob/fe64e7113a8564c78b67f7b32d5e606e1b631c65/src/ui/ui.c#L426 - it turns out entry_gateway instead of tv_mac_filter.

safocl commented 6 months ago

I made a mistake with the branch (dev instead of master)