mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-23 14:24:18 -04:00
Modal dialog for partner file action, fix lifetime
This commit is contained in:
parent
2cba96ff36
commit
11f4edc892
10 changed files with 138 additions and 139 deletions
|
@ -120,7 +120,7 @@ void FreqManBaseView::refresh_list() {
|
|||
freqman_item_string(database[n], 30),
|
||||
ui::Color::white(),
|
||||
nullptr,
|
||||
[this](){
|
||||
[this](KeyEvent){
|
||||
if (on_select_frequency)
|
||||
on_select_frequency();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue