1
Fork 0
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:
Andreas Kling 2019-09-22 00:41:52 +02:00
parent f614081b83
commit df837562ad

View file

@ -15,6 +15,8 @@ public:
~Window()
{
if (m_button)
m_button->remove_from_parent();
}
WindowIdentifier identifier() const { return m_identifier; }