The solution is you make a custom css file to config which kind of file should appear.
div[data-path$='.png']{
display: none;
}
You can read more in this question
The solution is you make a custom css file to config which kind of file should appear.
div[data-path$='.png']{
display: none;
}
You can read more in this question