mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-05-22 12:48:21 +00:00
fix for freq manager save file
This commit is contained in:
parent
182059b3c6
commit
226c0c2d80
@ -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…
x
Reference in New Issue
Block a user