From 5b6b9c033e26da85ce9dc164801411da4d50b446 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Sun, 25 Oct 2020 02:47:42 +0200 Subject: Meta: Use the Readme as the only source of feature descriptions (#3678) Co-authored-by: Federico Brigante --- source/features/cleanup-repo-filelist-actions.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source/features/cleanup-repo-filelist-actions.tsx') 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 -- cgit v1.2.3