mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Autoformattinmg
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user