1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:17:45 +00:00

Taskbar: Set TaskbarButton checkable

This commit is contained in:
thankyouverycool 2022-09-07 14:35:30 -04:00 committed by Linus Groh
parent 12ee92004d
commit ab29f8976d

View file

@ -17,6 +17,7 @@
TaskbarButton::TaskbarButton(WindowIdentifier const& identifier)
: m_identifier(identifier)
{
set_checkable(true);
}
void TaskbarButton::context_menu_event(GUI::ContextMenuEvent&)