Skip to content

Commit

Permalink
Merge pull request #154 from ator-dev/popup-match-modes-fix
Browse files Browse the repository at this point in the history
Fix association of match modes in popup
  • Loading branch information
ator-dev committed May 8, 2024
2 parents ee2aeaa + 1884064 commit 309240d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/popup-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ const loadPopup = (() => {
{
className: "matching",
rows: [
getMatchModeInteractionInfo("whole", "Stemming"),
getMatchModeInteractionInfo("stem", "Whole Words"),
getMatchModeInteractionInfo("stem", "Stemming"),
getMatchModeInteractionInfo("whole", "Whole Words"),
getMatchModeInteractionInfo("case", "Case Sensitive"),
getMatchModeInteractionInfo("diacritics", "Diacritics Insensitive"),
getMatchModeInteractionInfo("regex", "Regular Expression"),
Expand Down

0 comments on commit 309240d

Please sign in to comment.