fix: Use show battery percentage on TxtReaderActivity
This commit is contained in:
parent
4d74cd795a
commit
6e0cc4cf46
@ -546,7 +546,7 @@ void TxtReaderActivity::renderStatusBar(const int orientedMarginRight, const int
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (showBattery) {
|
if (showBattery) {
|
||||||
ScreenComponents::drawBattery(renderer, orientedMarginLeft, textY);
|
ScreenComponents::drawBattery(renderer, orientedMarginLeft, textY, showBatteryPercentage);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (showTitle) {
|
if (showTitle) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user