mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 03:34:58 -04:00
Added map display view (GeoMapView)
SigGen duration bugfix
This commit is contained in:
parent
3005403b5e
commit
b57b41753f
12 changed files with 18177 additions and 70 deletions
|
@ -117,7 +117,7 @@ void FreqManBaseView::refresh_list() {
|
|||
for (size_t n = 0; n < database.entries.size(); n++) {
|
||||
menu_view.add_item({
|
||||
freqman_item_string(database.entries[n], 26),
|
||||
ui::Color::light_grey(),
|
||||
ui::Color::white(),
|
||||
nullptr,
|
||||
[this](){
|
||||
if (on_select_frequency)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue