mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 09:07:17 -04:00
Removed confirmation modal after load is successful
This commit is contained in:
parent
dbdb0bd379
commit
d2c66f4515
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue