1
Fork 0
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:
Tibor Nagy 2020-03-30 08:58:28 +02:00 committed by Andreas Kling
parent 8c5fa05c39
commit 7a61ed4178
2 changed files with 5 additions and 0 deletions

View file

@ -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;
};