mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-09 08:19:07 +00:00
Jammer bugfix: now produces all the right channels
This commit is contained in:
@@ -260,7 +260,7 @@ private:
|
||||
|
||||
class Checkbox : public Widget {
|
||||
public:
|
||||
std::function<void(Checkbox&)> on_select { };
|
||||
std::function<void(Checkbox&, bool)> on_select { };
|
||||
|
||||
Checkbox(Point parent_pos, size_t length, std::string text, bool small);
|
||||
Checkbox(
|
||||
|
||||
Reference in New Issue
Block a user