mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-23 22:34:29 -04:00
fix for freq manager save file
This commit is contained in:
parent
182059b3c6
commit
226c0c2d80
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ FreqManBaseView::FreqManBaseView(
|
||||||
} else
|
} else
|
||||||
error_ = ERROR_NOFILES;
|
error_ = ERROR_NOFILES;
|
||||||
|
|
||||||
|
// initialize
|
||||||
|
change_category(last_category_id);
|
||||||
|
|
||||||
// Default function
|
// Default function
|
||||||
on_change_category = [this](int32_t category_id) {
|
on_change_category = [this](int32_t category_id) {
|
||||||
change_category(category_id);
|
change_category(category_id);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue