Fixed wifi display when quality = 0
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
const strength = Math.ceil((Number(network.Quality) / 100) * 4);
|
const strength = Math.ceil((Number(network.Quality) / 100) * 4);
|
||||||
|
|
||||||
switch (strength) {
|
switch (strength) {
|
||||||
|
case 0:
|
||||||
case 1:
|
case 1:
|
||||||
return "";
|
return "";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user