mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-13 03:34:35 +00:00
removed redundant call (#1282)
Co-authored-by: GullCode <gullradriel@hotmail.com>
This commit is contained in:
parent
4e823dd3a3
commit
92072b4225
@ -626,7 +626,6 @@ ReconView::ReconView(NavigationView& nav)
|
||||
button_restart.on_select = [this](Button&) {
|
||||
frequency_file_load(true);
|
||||
if (frequency_list.size() > 0) {
|
||||
def_step = step_mode.selected_index(); // Use def_step from manual selector
|
||||
if (fwd) {
|
||||
button_dir.set_text("FW>");
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user