-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
.txt
icon is still missing, despite fix were made in PR #138.
Confirmed in both Firefox&Chrome fresh profile.
(Not duplicate of #126 and #129)
Possible cause
As of April 26th, 2025:
Directory svg class: octicon octicon-file-directory-fill icon-directory
File svg class: octicon octicon-file color-fg-muted
there's no icon-file-text
So the fix in #138 won't work.
if (String(className).includes('icon-file-text')) {
return;
}
Metadata
Metadata
Assignees
Labels
No labels