Skip to content
Merged
2 changes: 1 addition & 1 deletion src/core/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-windows', folderNames: ['windows', 'win', 'win32'] },
{
name: 'folder-macos',
folderNames: ['macos', 'mac', 'osx', 'DS_Store'],
folderNames: ['macos', 'mac', 'osx', 'DS_Store', 'iPhone', 'iPad', 'iPod', 'macbook', 'macbook-air', 'macosx', 'apple'],
},
{
name: 'folder-error',
Expand Down
Loading