Network/Wi-Fi: smarter logging to avoid flood
This commit is contained in:
parent
3d9ef8c2ed
commit
5bc8f410e7
2 changed files with 11 additions and 6 deletions
|
|
@ -30,7 +30,7 @@ NIconButton {
|
|||
|
||||
icon: {
|
||||
try {
|
||||
if (NetworkService.ethernet) {
|
||||
if (NetworkService.ethernetConnected) {
|
||||
return "lan"
|
||||
}
|
||||
let connected = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue