diff options
Diffstat (limited to 'source/features/cleanup-repo-filelist-actions.tsx')
-rw-r--r-- | source/features/cleanup-repo-filelist-actions.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source/features/cleanup-repo-filelist-actions.tsx b/source/features/cleanup-repo-filelist-actions.tsx index a2b87f1c..b65207db 100644 --- a/source/features/cleanup-repo-filelist-actions.tsx +++ b/source/features/cleanup-repo-filelist-actions.tsx @@ -30,11 +30,7 @@ function init(): void { } } -void features.add({ - id: __filebasename, - description: 'Replaces the labels of some simple buttons on repository filelists with icons, making them take less space.', - screenshot: 'https://user-images.githubusercontent.com/44045911/88551471-7a3f7c80-d055-11ea-82f1-c558b7871824.png' -}, { +void features.add(__filebasename, { include: [ pageDetect.isRepoTree, pageDetect.isSingleFile |