Question - How to change the directory icon
KittoChanKC opened this issue · 2 comments
KittoChanKC commented
I want to change the [Dir] to icon-font same as sample
I tried SetExtentionInfos but seems only can change the file icon
aiekick commented
yes you can change that in the custom config file (https://github.com/aiekick/ImGuiFileDialog/blob/master/CustomImGuiFileDialogConfig.h)
by ex like that :
#define dirEntryString ICON_IGFD_FOLDER
you can check the sample app in master branch, for see how its working
KittoChanKC commented
oh, I got it. Thanks!
the library is easy to use
thank you for your works :)