mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 22:54:10 +00:00
3D buttons, to make UI clearer
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user