battery info temperature shown in C or F based on settings (#2360)

* battery Info temperature displays C or F
* PowerSettings: add locale module to dependencies

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Round-Pi
2023-02-06 22:05:52 -05:00
committed by GitHub
parent 147f42a2b7
commit 1ff5843ee6
2 changed files with 11 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ App(
requires=[
"gui",
"power",
"locale",
],
flags=["InsomniaSafe"],
stack_size=1 * 1024,