diff options
author | 2020-04-03 19:09:49 +0200 | |
---|---|---|
committer | 2020-04-03 19:09:49 +0200 | |
commit | 45ab67ec7f1675cc29182a993688e7a45fa429bc (patch) | |
tree | 5c364a98f368debf3b8adfdf20283803392bd84d /source/features/batch-open-issues.tsx | |
parent | 38b6947ff6b6b5b882f4f6181a9a624a894ae147 (diff) | |
download | refined-github-45ab67ec7f1675cc29182a993688e7a45fa429bc.tar.gz refined-github-45ab67ec7f1675cc29182a993688e7a45fa429bc.tar.zst refined-github-45ab67ec7f1675cc29182a993688e7a45fa429bc.zip |
Allow multiple loaders in a single `features.add` (#2925)
Diffstat (limited to 'source/features/batch-open-issues.tsx')
-rw-r--r-- | source/features/batch-open-issues.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/features/batch-open-issues.tsx b/source/features/batch-open-issues.tsx index bb257918..8aa9e859 100644 --- a/source/features/batch-open-issues.tsx +++ b/source/features/batch-open-issues.tsx @@ -66,7 +66,8 @@ function init(): void | false { features.add({ id: __featureName__, description: 'Adds a button to open multiple discussions at once in your repos.', - screenshot: 'https://user-images.githubusercontent.com/1402241/38084752-4820b0d8-3378-11e8-868c-a1582b16f915.gif', + screenshot: 'https://user-images.githubusercontent.com/1402241/38084752-4820b0d8-3378-11e8-868c-a1582b16f915.gif' +}, { include: [ features.isDiscussionList ], |