mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-28 08:37:31 -04:00
fix for save freq and category position (#1120)
* fix for save freq and category position * applying conversation fixes, and save keep freqs when changing category
This commit is contained in:
parent
0f28fefc82
commit
1406c81e03
2 changed files with 17 additions and 29 deletions
|
@ -46,7 +46,6 @@ class FreqManBaseView : public View {
|
|||
NavigationView& nav_;
|
||||
freqman_error error_{NO_ERROR};
|
||||
options_t categories{};
|
||||
std::function<void(int32_t category_id)> on_change_category{nullptr};
|
||||
std::function<void(void)> on_select_frequency{nullptr};
|
||||
std::function<void(bool)> on_refresh_widgets{nullptr};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue