GitSquared / edex-ui

A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
GNU General Public License v3.0
40.35k stars 2.54k forks source link

Folder names ending with file extension treated as files #1167

Open a2br opened 2 years ago

a2br commented 2 years ago

Technical information

Using version:

Running on:

How comfortable you are with your system and/or IT in general:


Problem

Folders ending with .js have JS file icon instead of folder icon. See below.

Screen Shot 2021-08-17 at 21 35 10
GitSquared commented 2 years ago

Thanks for the report!

Looks like we would need to change this logic:

https://github.com/GitSquared/edex-ui/blob/39c3f2d53735b2b56fd80492543ec0bba3592e0e/src/classes/filesystem.class.js#L431-L446