diff options
author | 2020-10-25 02:47:42 +0200 | |
---|---|---|
committer | 2020-10-24 19:47:42 -0500 | |
commit | 5b6b9c033e26da85ce9dc164801411da4d50b446 (patch) | |
tree | 842f6ee3196e7657c71db130b8424fe34bc2cfb3 /source/features/patch-diff-links.tsx | |
parent | 05de5a5c328deb988026b629c2098192c615b9d7 (diff) | |
download | refined-github-5b6b9c033e26da85ce9dc164801411da4d50b446.tar.gz refined-github-5b6b9c033e26da85ce9dc164801411da4d50b446.tar.zst refined-github-5b6b9c033e26da85ce9dc164801411da4d50b446.zip |
Meta: Use the Readme as the only source of feature descriptions (#3678)
Co-authored-by: Federico Brigante <me@fregante.com>
Diffstat (limited to 'source/features/patch-diff-links.tsx')
-rw-r--r-- | source/features/patch-diff-links.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source/features/patch-diff-links.tsx b/source/features/patch-diff-links.tsx index a0371459..d705899f 100644 --- a/source/features/patch-diff-links.tsx +++ b/source/features/patch-diff-links.tsx @@ -21,11 +21,7 @@ function init(): void { ); } -void features.add({ - id: __filebasename, - description: 'Adds links to `.patch` and `.diff` files in commits.', - screenshot: 'https://cloud.githubusercontent.com/assets/737065/13605562/22faa79e-e516-11e5-80db-2da6aa7965ac.png' -}, { +void features.add(__filebasename, { include: [ pageDetect.isCommit ], |