feat: custom background drag and drop, error reporting, better ui, new settings, fixes

This commit is contained in:
David Ralph
2022-04-24 11:42:23 +01:00
parent 194e98256f
commit 5385655b02
11 changed files with 66 additions and 7 deletions

View File

@@ -35,13 +35,14 @@ export default class Header extends PureComponent {
{this.props.switch ? (
<SettingsItem
title={getMessage('modals.main.settings.enabled')}
subtitle={getMessage('modals.main.settings.enabled')}
subtitle='Choose whether or not to show this widget'
>
<Switch
name={this.props.setting}
text={getMessage('modals.main.settings.enabled')}
category={this.props.category}
element={this.props.element || null}
header={true}
/>
</SettingsItem>
) : null}