mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:37:44 +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)
|
TaskbarButton::TaskbarButton(WindowIdentifier const& identifier)
|
||||||
: m_identifier(identifier)
|
: m_identifier(identifier)
|
||||||
{
|
{
|
||||||
|
set_checkable(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void TaskbarButton::context_menu_event(GUI::ContextMenuEvent&)
|
void TaskbarButton::context_menu_event(GUI::ContextMenuEvent&)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue