npruehs / tome-editor

Tome is a generic data editor for games supporting arbitrary input and output formats.
GNU Lesser General Public License v3.0
36 stars 7 forks source link

If a file name's extension is capitalized then the icon wont be displayed #194

Open tylerhasman opened 2 years ago

tylerhasman commented 2 years ago

My files names end in stuff like ".PNG" instead of ".png" which causes the editor to not identify them correctly as images.

The fix is to just rename the files to lower-case but it would be nice for the editor to not be case-sensitive here.

npruehs commented 2 years ago

Hey @tylerhasman,

thanks for bringing this up! This should be a straight-forward fix - I'll make sure to include it in the next release.

tylerhasman commented 1 year ago

Fixed in #201