1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:07:35 +00:00

Base+LibGUI: Add an familiar-looking icon for the desktop directory

This commit is contained in:
Andreas Kling 2021-04-09 23:42:23 +02:00
parent 2de1f32433
commit 42ec6718f2
5 changed files with 14 additions and 1 deletions

View file

@ -43,6 +43,7 @@ public:
static Icon directory_open_icon();
static Icon home_directory_icon();
static Icon home_directory_open_icon();
static Icon desktop_directory_icon();
};
}