mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 11:36:38 -04:00
parent
92ba4d7fea
commit
e571ca7f1c
8 changed files with 9 additions and 9 deletions
|
@ -376,7 +376,7 @@ void LNAGainField::on_focus() {
|
|||
ReceiverView::ReceiverView(
|
||||
NavigationView& nav,
|
||||
ReceiverModel& receiver_model
|
||||
) : receiver_model { receiver_model }
|
||||
) : receiver_model(receiver_model)
|
||||
{
|
||||
add_children({ {
|
||||
&button_done,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue