mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
Taskbar: Show default window icons when no icons are set
To be consistent with WindowServer.
This commit is contained in:
parent
8c5fa05c39
commit
7a61ed4178
2 changed files with 5 additions and 0 deletions
|
@ -42,4 +42,6 @@ private:
|
|||
NonnullRefPtr<GUI::Button> create_button(const WindowIdentifier&);
|
||||
|
||||
virtual void wm_event(GUI::WMEvent&) override;
|
||||
|
||||
RefPtr<Gfx::Bitmap> m_default_icon;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue