mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-04 21:29:36 -04:00
Made back button always focusable with left key
This commit is contained in:
parent
6464cfeaef
commit
eff96276c3
6 changed files with 22 additions and 7 deletions
|
@ -89,6 +89,7 @@ SystemStatusView::SystemStatusView() {
|
|||
&sd_card_status_view,
|
||||
});
|
||||
|
||||
button_back.id = -1; // Special ID used by FocusManager
|
||||
title.set_style(&style_systemstatus);
|
||||
|
||||
if (!portapack::persistent_memory::ui_config_textentry())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue