Review comments

This commit is contained in:
jpirnay
2026-05-07 19:06:48 +02:00
parent f127ec8f9e
commit b56666c96e
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -853,7 +853,7 @@ void BaseTheme::drawStatusBar(GfxRenderer& renderer, const float bookProgress, c
}
// Draw Title
if (!title.empty()) {
if (SETTINGS.statusBarTitle != CrossPointSettings::STATUS_BAR_TITLE::HIDE_TITLE && !title.empty()) {
const int rendererableScreenWidth =
screenWidth - (metrics.statusBarHorizontalMargin * 2) - orientedMarginLeft - orientedMarginRight;