Skip to content

Commit

Permalink
Add popup link to option
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Sep 8, 2024
1 parent a206495 commit 5a39d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/popup/ControlMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ class ControlMenu extends React.Component<ControlMenuProps, ControlMenuState> {
<a
id="whitelistForceCheck"
className={this.state.hasWhiteListed && !Config.config.forceChannelCheck ? "" : "hidden"}
onClick={() => this.props.openOptionsAt("behavior")}
>
{chrome.i18n.getMessage("forceChannelCheckPopup")}
</a>
Expand Down

0 comments on commit 5a39d82

Please sign in to comment.