Autoformattinmg
This commit is contained in:
parent
38e4a3597c
commit
6a159a390a
3 changed files with 9 additions and 8 deletions
|
|
@ -27,7 +27,8 @@ NIconButton {
|
|||
|
||||
icon: {
|
||||
try {
|
||||
if (NetworkService.ethernet) return "lan"
|
||||
if (NetworkService.ethernet)
|
||||
return "lan"
|
||||
let connected = false
|
||||
let signalStrength = 0
|
||||
for (const net in NetworkService.networks) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue