mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 18:06:56 +02: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.