mirror of
https://github.com/mue/mue.git
synced 2026-07-23 16:57:25 +02:00
feat: extra birthday feature, cleanup
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
@@ -5,6 +5,7 @@ import Dropdown from '../Dropdown';
|
||||
import FileUpload from '../FileUpload';
|
||||
import Slider from '../Slider';
|
||||
import Text from '../Text';
|
||||
import Switch from '../Switch';
|
||||
|
||||
import { ColorPicker } from 'react-color-gradient-picker';
|
||||
import hexToRgb from '../../../../../modules/helpers/background/hexToRgb';
|
||||
@@ -203,7 +204,7 @@ export default class BackgroundSettings extends React.PureComponent {
|
||||
return (
|
||||
<div>
|
||||
<h2>{background.title}</h2>
|
||||
<Checkbox name='background' text='Enabled' />
|
||||
<Switch name='background' text={this.language.enabled} />
|
||||
<h3>{background.buttons.title}</h3>
|
||||
<Checkbox name='view' text={background.buttons.view} />
|
||||
<Checkbox name='favouriteEnabled' text={background.buttons.favourite} />
|
||||
|
||||
Reference in New Issue
Block a user