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:
electrikmilk 2022-09-05 19:14:59 -04:00 committed by Sam Atkins
commit 1ab510c4bb
Notes: sideshowbarker 2024-07-17 07:23:15 +09:00
7 changed files with 25 additions and 0 deletions

View file

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