This commit is contained in:
jpirnay
2026-04-12 20:42:28 +02:00
parent a9c3fb8bc9
commit 7dc6fbea06
4 changed files with 17 additions and 23 deletions
+1 -3
View File
@@ -255,9 +255,7 @@ void SettingsActivity::render(RenderLock&&) {
contentRect.height -
(metrics.topPadding + metrics.headerHeight + metrics.tabBarHeight + metrics.verticalSpacing * 2)},
settingsCount, selectedSettingIndex - 1, [&settings](int index) { return settings[index].getTitle(); }, nullptr,
nullptr,
[&settings](int i) { return settings[i].getDisplayValue(); },
true);
nullptr, [&settings](int i) { return settings[i].getDisplayValue(); }, true);
// Draw help text
const auto confirmLabel = (selectedSettingIndex == 0)