feat: about, remove redundancy

- Remove redundant background option
- about tab UI improvements
- improve widget order UI.. to be completed later
This commit is contained in:
alexsparkes
2022-04-09 23:09:27 +01:00
parent db5bf0019c
commit d2e6d6d319
8 changed files with 86 additions and 47 deletions

View File

@@ -277,31 +277,6 @@ export default class BackgroundSettings extends PureComponent {
disabled={this.state.backgroundAPI !== "unsplash"}
/>
</SettingsItem>
<SettingsItem
title={getMessage(
"modals.main.settings.sections.background.buttons.title"
)}
subtitle="cheese"
>
<Checkbox
name="favouriteEnabled"
text={getMessage(
"modals.main.settings.sections.background.buttons.favourite"
)}
category="navbar"
/>
{this.state.backgroundType === "api" &&
APISettings &&
this.state.backgroundAPI === "mue" ? (
<Checkbox
name="downloadbtn"
text={getMessage(
"modals.main.settings.sections.background.buttons.download"
)}
element=".other"
/>
) : null}
</SettingsItem>
<SettingsItem
title={getMessage(
"modals.main.settings.sections.background.source.title"