Skip to content

Commit ea8ebbf

Browse files
Firecrafter28lucas-labsPKief
authored
feat: apple related associations for the apple folder icon (#2918)
Signed-off-by: Firecrafter28 <74384569+Firecrafter28@users.noreply.github.com> Co-authored-by: Lucas Colombo <lucasncolombo@gmail.com> Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
1 parent 7a8a9b7 commit ea8ebbf

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/core/icons/folderIcons.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,19 @@ export const folderIcons: FolderTheme[] = [
781781
{ name: 'folder-windows', folderNames: ['windows', 'win', 'win32'] },
782782
{
783783
name: 'folder-macos',
784-
folderNames: ['macos', 'mac', 'osx', 'DS_Store'],
784+
folderNames: [
785+
'macos',
786+
'mac',
787+
'osx',
788+
'DS_Store',
789+
'iPhone',
790+
'iPad',
791+
'iPod',
792+
'macbook',
793+
'macbook-air',
794+
'macosx',
795+
'apple',
796+
],
785797
},
786798
{
787799
name: 'folder-error',

0 commit comments

Comments
 (0)