Skip to content

Commit

Permalink
Adjust preview script for folder icons
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jan 26, 2022
1 parent fa45abf commit 6a00111
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/scripts/preview/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ const folderThemes = filterDuplicates(
folderIcons
.map((theme) => {
const folders = [];
if (theme.defaultIcon.name !== '') {
folders.push(theme.defaultIcon.name);
}
if (theme.icons && theme.icons.length > 0) {
folders.push(...theme.icons.map((i) => i.name));
}
Expand Down

0 comments on commit 6a00111

Please sign in to comment.