mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 16:07:45 +00:00
Base+LibGUI: Add Git folder icons
This adds icons for folder paths ending in ".git". This adds 16x16 and 32x32 versions of a folder with a Git logo for both the closed and open versions of the folder icon.
This commit is contained in:
parent
ce166785d7
commit
1ab510c4bb
7 changed files with 25 additions and 0 deletions
|
@ -23,6 +23,8 @@ public:
|
|||
static Icon directory_open_icon();
|
||||
static Icon home_directory_icon();
|
||||
static Icon home_directory_open_icon();
|
||||
static Icon git_directory_icon();
|
||||
static Icon git_directory_open_icon();
|
||||
static Icon desktop_directory_icon();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue