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
Notes: sideshowbarker 2024-07-17 20:33:50 +09:00

View File

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