Commit Graph
2 Commits
Author SHA1 Message Date
David Baker 48a008093b Fix toggle button toggling
Just use isSelected directly rather than makking the button have its
own state. Also, the isPressed from useToggleButton looks like its
whether the user has the mouse button down on it or not rather than
whether the toggle switch is on, which was making the state wrong.
2022-04-29 19:08:32 +01:00
Robert Long 363f2340a0 Finish basic ptt implemenation 2022-04-28 17:44:50 -07:00