Add a button overview activity

This commit is contained in:
jpirnay
2026-05-03 00:28:22 +02:00
parent 384b147635
commit e6220793a4
6 changed files with 171 additions and 0 deletions
@@ -119,6 +119,12 @@ void SettingsActivity::onEnter() {
SettingInfo::Action(StrId::STR_REMAP_FRONT_BUTTONS, SettingAction::RemapFrontButtons));
controlsSettings.insert(controlsSettings.begin(), SettingInfo::Separator(StrId::STR_MENU_BTN_PHYSICAL));
// Button Actions overview lives at the end of the Button Actions section (same subcategory as
// the per-button submenus, so no new separator is inserted).
addToMoved(controlsSettings, lastControlsSub,
std::move(SettingInfo::Action(StrId::STR_BTN_ACTIONS_OVERVIEW, SettingAction::ButtonActionsOverview)
.withSubcategory(StrId::STR_MENU_BTN_ACTIONS)));
addToMoved(readerSettings, lastReaderSub,
SettingInfo::Action(StrId::STR_CUSTOMISE_STATUS_BAR, SettingAction::CustomiseStatusBar));