Fixed wifi name spacing
This commit is contained in:
@@ -14,7 +14,7 @@ const Network = () => {
|
|||||||
[network.bind("wifi"), options.bar.network.label.bind("value")],
|
[network.bind("wifi"), options.bar.network.label.bind("value")],
|
||||||
(wifi, showLabel) => {
|
(wifi, showLabel) => {
|
||||||
if (showLabel) {
|
if (showLabel) {
|
||||||
return wifi.ssid ? wifi.ssid.substring(0, 7) : " --";
|
return wifi.ssid ? ` ${wifi.ssid.substring(0, 7)}` : " --";
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user