diff options
author | 2019-07-30 01:54:01 +0700 | |
---|---|---|
committer | 2019-07-30 01:54:01 +0700 | |
commit | 2e4a24d3957c205c7bc49525c69e1fa08593d2ca (patch) | |
tree | 62d3b93525c367bb1b45388e9fe3e55a674f7e57 /source/features/remove-upload-files-button.tsx | |
parent | cb8de12eb680475024c21d5586aa31a232493c73 (diff) | |
download | refined-github-2e4a24d3957c205c7bc49525c69e1fa08593d2ca.tar.gz refined-github-2e4a24d3957c205c7bc49525c69e1fa08593d2ca.tar.zst refined-github-2e4a24d3957c205c7bc49525c69e1fa08593d2ca.zip |
Sort features in Readme by area instead of by type (#2283)
Diffstat (limited to 'source/features/remove-upload-files-button.tsx')
-rw-r--r-- | source/features/remove-upload-files-button.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/remove-upload-files-button.tsx b/source/features/remove-upload-files-button.tsx index 3c0410ab..7a2a43ff 100644 --- a/source/features/remove-upload-files-button.tsx +++ b/source/features/remove-upload-files-button.tsx @@ -14,6 +14,7 @@ function init(): false | void { features.add({ id: __featureName__, description: 'Remove the "Upload files" button', + screenshot: false, include: [ features.isRepoTree ], |