fix: Use show battery percentage on TxtReaderActivity

This commit is contained in:
Alex Faria 2026-01-25 22:41:34 +00:00
parent 4d74cd795a
commit 6e0cc4cf46

View File

@ -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) {