Skip to content

Commit

Permalink
Added controller folder icon (Closes #227)
Browse files Browse the repository at this point in the history
References #187
  • Loading branch information
PKief committed May 31, 2018
1 parent 40a4a38 commit b1f1ae1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/folder-controller-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/folder-controller.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-debug', folderNames: ['debug', 'debugging'] },
{ name: 'folder-fastlane', folderNames: ['fastlane'] },
{ name: 'folder-plugin', folderNames: ['plugin', 'plugins', 'extension', 'extensions', 'addon', 'addons'] },
{ name: 'folder-controller', folderNames: ['controller', 'controllers', 'service', 'services'] },
]
},
{ name: 'classic', defaultIcon: { name: 'folder' }, rootFolder: { name: 'folder-root' } },
Expand Down

1 comment on commit b1f1ae1

@shady-abdelhamid
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good enough. thank you

Please sign in to comment.