mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-24 23:09:26 -05:00
Removed confirmation modal after load is successful
This commit is contained in:
parent
dbdb0bd379
commit
d2c66f4515
@ -226,7 +226,6 @@ ScannerView::ScannerView(
|
|||||||
// get the filename without txt extension so we can use load_freqman_file fcn
|
// get the filename without txt extension so we can use load_freqman_file fcn
|
||||||
std::string str_file_name = new_file_path.stem().string();
|
std::string str_file_name = new_file_path.stem().string();
|
||||||
frequency_file_load(str_file_name, true);
|
frequency_file_load(str_file_name, true);
|
||||||
nav_.display_modal("LOAD FREQ FILE", "Successfully loaded:\n" + str_file_name + ".TXT");
|
|
||||||
} else {
|
} else {
|
||||||
nav_.display_modal("LOAD ERROR", "A valid file from\nFREQMAN directory is\nrequired.");
|
nav_.display_modal("LOAD ERROR", "A valid file from\nFREQMAN directory is\nrequired.");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user