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:
parent
12ee92004d
commit
ab29f8976d
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
TaskbarButton::TaskbarButton(WindowIdentifier const& identifier)
|
||||
: m_identifier(identifier)
|
||||
{
|
||||
set_checkable(true);
|
||||
}
|
||||
|
||||
void TaskbarButton::context_menu_event(GUI::ContextMenuEvent&)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue