mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
Taskbar: Remove window buttons from the taskbar when appropriate
This commit is contained in:
parent
f614081b83
commit
df837562ad
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ public:
|
|||
|
||||
~Window()
|
||||
{
|
||||
if (m_button)
|
||||
m_button->remove_from_parent();
|
||||
}
|
||||
|
||||
WindowIdentifier identifier() const { return m_identifier; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue