feat: add photo information icon toggle option and optimise font

This commit is contained in:
David Ralph
2021-05-09 16:37:28 +01:00
parent 63e49b79cd
commit 9b9c2e74f6
12 changed files with 36 additions and 21 deletions

View File

@@ -149,6 +149,7 @@ export default class BackgroundSettings extends React.PureComponent {
<Switch name='background' text={this.language.enabled} category='background' />
<Checkbox name='ddgProxy' text={background.ddg_proxy} />
<Checkbox name='bgtransition' text={background.transition} />
<Checkbox name='photoInformation' text={background.photo_information} category='background' element='.photoInformation' />
<h3>{background.source.title}</h3>
<Dropdown label={background.type.title} name='backgroundType' onChange={(value) => this.setState({ backgroundType: value })} category='background'>