Skip to content
Merged
14 changes: 13 additions & 1 deletion src/core/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,19 @@ 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