How not to show the hidden file ?
Corezcy opened this issue ยท 4 comments
Corezcy commented
Describe
How not to show the hidden file started with .
, such as .git
? Only use the filters ?
aiekick commented
good question haha :)
i will add an option for hide them
Corezcy commented
good question haha :)
i will add an option for hide them
waiting for you
aiekick commented
done.
you can prevent display of hidden files by using the flag ImGuiFileDialogFlags_DontShowHiddenFiles
in OpenModal or OpenDialog call
Corezcy commented
Thanks a lot ! So timely !