Externalize widget (#2688)

This commit is contained in:
Totoo 2025-06-09 12:52:40 +02:00 committed by GitHub
parent 00853f526a
commit be372e12bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 314 additions and 0 deletions

View file

@ -35,6 +35,8 @@ using namespace ui;
namespace ui::external_app::fmradio {
#include "external/ui_grapheq.cpi"
void FmRadioView::focus() {
field_frequency.focus();
}