mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Electron: Use friendlier network interface names on Windows
This commit is contained in:
parent
3c72010604
commit
7b5d48cab9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ function networkStateChangeListener(forceUpdate: boolean) {
|
|||
});
|
||||
|
||||
if (!isWireless) {
|
||||
interfaces.push({ type: 'wired', name: iface.ifaceName, address: iface.ip4 });
|
||||
interfaces.push({ type: 'wired', name: iface.iface, address: iface.ip4 });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue