mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-23 09:48:56 +00:00
Taskbar: Remove window buttons from the taskbar when appropriate
This commit is contained in:
parent
f614081b83
commit
df837562ad
Notes:
sideshowbarker
2024-07-19 12:00:40 +09:00
Author: https://github.com/awesomekling
Commit: df837562ad
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ public:
|
||||||
|
|
||||||
~Window()
|
~Window()
|
||||||
{
|
{
|
||||||
|
if (m_button)
|
||||||
|
m_button->remove_from_parent();
|
||||||
}
|
}
|
||||||
|
|
||||||
WindowIdentifier identifier() const { return m_identifier; }
|
WindowIdentifier identifier() const { return m_identifier; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue