diff --git a/firmware/application/ui/ui_freqlist.hpp b/firmware/application/ui/ui_freqlist.hpp index cf37a928e..f186855d1 100644 --- a/firmware/application/ui/ui_freqlist.hpp +++ b/firmware/application/ui/ui_freqlist.hpp @@ -56,7 +56,7 @@ class FreqManUIList : public Widget { bool on_touch(const TouchEvent event) override; bool on_encoder(EncoderEvent delta) override; - bool set_highlighted_index(int index); // set highlighted_index and return capped highlighted_index value to set in caller + void set_highlighted_index(int index); // set highlighted_index and return capped highlighted_index value to set in caller uint8_t get_index(); // return highlighed + index void set_db(freqman_db& db);