Skip to content

Commit

Permalink
Explicitly set label for 'Automatically Display Matches' to an empty …
Browse files Browse the repository at this point in the history
…string.
  • Loading branch information
coddingtonbear committed Feb 11, 2024
1 parent 6a8d34c commit 3481b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,7 @@ const Options: React.FunctionComponent<Props> = ({ sandbox }) => {
onChange={(evt) => onChangeAutoOpen(evt.target.value)}
value={searchMatchAutoOpen}
disabled={!searchBackgroundEnabled}
label=""
>
<MenuItem value="never">
Never open the dialog automatically
Expand Down

0 comments on commit 3481b13

Please sign in to comment.