mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-23 14:24:18 -04:00
Recon: fix output when typing name (#1538)
* Changed some buttons name and fixed blank output if typed * code format --------- Co-authored-by: Gull Ra Driel <gull@NiloreaDevLaptop.home> Co-authored-by: gullradriel <gull@nomail.net>
This commit is contained in:
parent
01dd0c79ed
commit
211f40ddf3
2 changed files with 18 additions and 18 deletions
|
@ -73,17 +73,18 @@ class ReconSetupViewMain : public View {
|
|||
std::string _input_file{"RECON"};
|
||||
std::string _output_file{"RECON_RESULTS"};
|
||||
|
||||
Button button_load_freqs{
|
||||
Button button_input_file{
|
||||
{1 * 8, 12, 18 * 8, 22},
|
||||
"select input file"};
|
||||
Text text_input_file{
|
||||
{1 * 8, 4 + 2 * 16, 18 * 8, 22},
|
||||
"RECON"};
|
||||
|
||||
Button button_save_freqs{
|
||||
Button button_choose_output_file{
|
||||
{1 * 8, 4 * 16 - 8, 18 * 8, 22},
|
||||
"select output file"};
|
||||
Button button_output_file{
|
||||
|
||||
Button button_choose_output_name{
|
||||
{1 * 8, 5 * 16 - 2, 18 * 8, 22},
|
||||
"RECON_RESULTS"};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue