Skip to content

Commit

Permalink
Fix confirm hotkey of follow button component
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed Dec 25, 2019
1 parent 208cf16 commit f41d51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ui/components/button/-follow-button/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default Component.extend( TwitchInteractButtonMixin, HotkeyMixin, {
},
{
name: "confirm",
key: "f",
key: "F",
ctrlKey: true,
shiftKey: true,
action() {
Expand Down

0 comments on commit f41d51d

Please sign in to comment.