Skip to content

Commit

Permalink
Enable toggle-everything-with-alt on all conversation pages (#4633)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng committed Aug 2, 2021
1 parent b5abd8f commit 48852f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/features/toggle-everything-with-alt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function init(): void {

void features.add(__filebasename, {
include: [
pageDetect.isPRConversation,
pageDetect.isConversation,
pageDetect.isPRFiles,
pageDetect.isCommit,
pageDetect.isCompare,
Expand Down

0 comments on commit 48852f0

Please sign in to comment.