mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-02 17:44:42 -05:00
Restore missing line (#1302)
This commit is contained in:
parent
6ae164e59b
commit
e2bca9aebb
@ -51,6 +51,7 @@ CaptureAppView::CaptureAppView(NavigationView& nav)
|
|||||||
field_frequency_step.set_by_value(receiver_model.frequency_step());
|
field_frequency_step.set_by_value(receiver_model.frequency_step());
|
||||||
field_frequency_step.on_change = [this](size_t, OptionsField::value_t v) {
|
field_frequency_step.on_change = [this](size_t, OptionsField::value_t v) {
|
||||||
receiver_model.set_frequency_step(v);
|
receiver_model.set_frequency_step(v);
|
||||||
|
this->field_frequency.set_step(v);
|
||||||
};
|
};
|
||||||
|
|
||||||
option_format.set_selected_index(0); // Default to C16
|
option_format.set_selected_index(0); // Default to C16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user