feat: duckduckgo image proxy option

This commit is contained in:
David Ralph
2021-04-01 19:51:30 +01:00
parent ceb68012d5
commit 6c7ca7a0a9
4 changed files with 13 additions and 6 deletions

View File

@@ -86,6 +86,8 @@ export default class BackgroundSettings extends React.PureComponent {
<>
<h2>{background.title}</h2>
<Switch name='background' text={this.language.enabled} />
<Checkbox name='ddgProxy' text={background.ddg_proxy} />
<h3>{background.buttons.title}</h3>
<Checkbox name='view' text={background.buttons.view} />
<Checkbox name='favouriteEnabled' text={background.buttons.favourite} />