mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
If a button is checkable, its "checked" state is inversed in Button::click. It's not needed for taskbar buttons - their checked state is updated in TaskbarWindow::wm_event, based on the current state of their window. Fixes: #1878.