diff --git a/src/components/modals/settings/sections/Background.jsx b/src/components/modals/settings/sections/Background.jsx index 7e840bd2..cc4b03fe 100644 --- a/src/components/modals/settings/sections/Background.jsx +++ b/src/components/modals/settings/sections/Background.jsx @@ -228,11 +228,23 @@ export default class BackgroundSettings extends React.PureComponent { return (
{this.props.language.background.blur} ({this.state.blur}%) this.resetItem('blur')}>{this.props.language.reset}
+ this.setState({ blur: event.target.value })} /> +{this.props.language.background.brightness} ({this.state.brightness}%) this.resetItem('brightness')}>{this.props.language.reset}
+ this.setState({ brightness: event.target.value })} /> +{this.props.language.background.blur} ({this.state.blur}%) this.resetItem('blur')}>{this.props.language.reset}
- this.setState({ blur: event.target.value })} /> -{this.props.language.background.brightness} ({this.state.brightness}%) this.resetItem('brightness')}>{this.props.language.reset}
- this.setState({ brightness: event.target.value })} /> -{this.props.language.background.custom_url} this.resetItem('customBackground')}>{this.props.language.reset}
this.setState({ customBackground: e.target.value })}> diff --git a/src/components/modals/settings/sections/Greeting.jsx b/src/components/modals/settings/sections/Greeting.jsx index 4b014537..fd58404b 100644 --- a/src/components/modals/settings/sections/Greeting.jsx +++ b/src/components/modals/settings/sections/Greeting.jsx @@ -42,13 +42,15 @@ export default class GreetingSettings extends React.PureComponent { return ({this.props.language.greeting.name} this.resetItem()}>{this.props.language.reset}
this.setState({ greetingName: e.target.value })}>{this.props.language.greeting.birthday_date}