mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Network/Wi-Fi: smarter logging to avoid flood
This commit is contained in:
@@ -30,7 +30,7 @@ NIconButton {
|
||||
|
||||
icon: {
|
||||
try {
|
||||
if (NetworkService.ethernet) {
|
||||
if (NetworkService.ethernetConnected) {
|
||||
return "lan"
|
||||
}
|
||||
let connected = false
|
||||
|
||||
Reference in New Issue
Block a user