Networkwidget: Show bt warning from 20% inclusive.
This commit is contained in:
parent
6bfa6ea5aa
commit
12581dd2ec
|
@ -30,7 +30,7 @@
|
|||
if [[ "''${_bts}" != "" ]]; then
|
||||
icon=""
|
||||
|
||||
if [[ "''${_bt_lowest}" != "" ]] && [[ ''${_bt_lowest} -lt 20 ]]; then
|
||||
if [[ "''${_bt_lowest}" != "" ]] && [[ ''${_bt_lowest} -lt 21 ]]; then
|
||||
class="btlow"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue