mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 09:25:30 -04:00
3D buttons, to make UI clearer
This commit is contained in:
parent
843c465c73
commit
75e8a664b0
13 changed files with 63 additions and 36 deletions
|
@ -105,7 +105,7 @@ SystemStatusView::SystemStatusView() {
|
|||
}
|
||||
|
||||
void SystemStatusView::set_back_enabled(bool new_value) {
|
||||
button_back.set_text(new_value ? back_text_enabled : back_text_disabled);
|
||||
//button_back.set_text(new_value ? back_text_enabled : back_text_disabled);
|
||||
button_back.set_focusable(new_value);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue