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

@@ -2,6 +2,7 @@ import variables from 'modules/variables';
import { PureComponent } from 'react';
import { toast } from 'react-toastify';
import { Slider } from '@mui/material';
import { MdRefresh } from 'react-icons/md';
import EventBus from 'modules/helpers/eventbus';
@@ -63,6 +64,7 @@ export default class SliderComponent extends PureComponent {
<span className={'sliderTitle'}>
{this.props.title}
<span className="link" onClick={this.resetItem}>
<MdRefresh />
{variables.language.getMessage(
variables.languagecode,
'modals.main.settings.buttons.reset',