Charging icon update fix (#1733)

* Power: refresh battery indicator on charger plug/unplug

Co-authored-by: SG <who.just.the.doctor@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Nikolay Minaylov
2022-09-15 23:13:48 +09:00
committed by GitHub
co-authored by SG あく
parent 007a3d295e
commit a6052be0f1
2 changed files with 3 additions and 0 deletions
@@ -36,6 +36,7 @@ typedef struct {
typedef struct {
bool gauge_is_ok;
bool is_charging;
float current_charger;
float current_gauge;