removed redundant call (#1282)

Co-authored-by: GullCode <gullradriel@hotmail.com>
This commit is contained in:
gullradriel 2023-07-17 22:31:36 +02:00 committed by GitHub
parent 4e823dd3a3
commit 92072b4225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {