mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-08 22:22:09 +00: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:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user