Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sources-path): file icons not selected using filetype as fallback
Bug: When fail to find an icon using the filename, the path source does not try to find an icon using the filetype as fallback. Fix: This is because `default` is set when calling `get_icon()` with the filename, we should explicitly set `default` to `false` so that the icon returned is `nil` instead of the default icon when no matching icon is found for the filepath and we can try to find an icon using the filetype afterwards.
- Loading branch information