Skip to content

Commit

Permalink
Change default to inputs only
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Jan 25, 2024
1 parent 860eceb commit 352da91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function getDefaultStorage(): SearchReplacePopupStorage {
replaceTerm: '',
options: {
matchCase: false,
inputFieldsOnly: false,
inputFieldsOnly: true,
hiddenContent: false,
wholeWord: false,
isRegex: false,
Expand Down

0 comments on commit 352da91

Please sign in to comment.