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