mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-28 08:37:31 -04:00
Use rssi focusable, added shortcut to level app, glass app, cut buttons a bit better in the ui, better pause/resume/skiplock/unlock button
This commit is contained in:
parent
ad4cfe5a44
commit
f7df4f3575
2 changed files with 19 additions and 5 deletions
|
@ -666,6 +666,7 @@ namespace ui {
|
|||
&field_lock_wait,
|
||||
&button_recon_setup,
|
||||
&button_scanner_mode,
|
||||
&button_looking_glass,
|
||||
&file_name,
|
||||
&rssi,
|
||||
&text_cycle,
|
||||
|
@ -880,6 +881,13 @@ namespace ui {
|
|||
nav_.pop();
|
||||
nav_.push<AnalogAudioView>();
|
||||
};
|
||||
|
||||
button_looking_glass.on_select = [this](Button&) {
|
||||
recon_thread->stop();
|
||||
nav_.pop();
|
||||
nav_.push<GlassView>();
|
||||
};
|
||||
|
||||
|
||||
rssi.set_focusable(true);
|
||||
rssi.on_select = [this](RSSI&) {
|
||||
|
@ -1104,7 +1112,7 @@ namespace ui {
|
|||
show_max(); /* display step information */
|
||||
text_cycle.set( "MANUAL SEARCH" );
|
||||
button_scanner_mode.set_style( &style_white );
|
||||
button_scanner_mode.set_text( "M-SEARCH" );
|
||||
button_scanner_mode.set_text( "MSEARCH" );
|
||||
file_name.set_style( &style_white );
|
||||
file_name.set( "USE: MANUAL RANGE" );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue