fix batIDLE

This commit is contained in:
krizej 2024-09-26 06:43:35 +02:00
parent 7e12ad8f1f
commit 01c1b7ab67

View file

@ -258,6 +258,7 @@ in {
status_bat = ""; status_bat = "";
status_unk = "(?)"; status_unk = "(?)";
status_full = "(+)"; status_full = "(+)";
status_idle = "";
low_threshold = 30; low_threshold = 30;
}; };
}; };