Skip to content

Commit

Permalink
Updated the defaultSettings in src/config/settings/index.ts to set we…
Browse files Browse the repository at this point in the history
…bpageContext to false instead of true
  • Loading branch information
Royal-lobster committed Nov 26, 2023
1 parent 73018be commit b5cf8e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified artifacts/chrome.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/config/settings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ export const defaultSettings: Settings = {
},
general: {
theme: ThemeOptions.SYSTEM,
webpageContext: true,
webpageContext: false,
},
}

0 comments on commit b5cf8e9

Please sign in to comment.