diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-27 13:18:47 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-27 13:18:47 -0300 |
| commit | 0f0bd402988c91951d004a3c4ee802faf52d504f (patch) | |
| tree | 366c63262868212b925fbae64613c27b9b19aca5 /app/components | |
| parent | d120021305aeb01ce106e3c1e8a53a5295424ccb (diff) | |
| parent | 8b55f0f1246b4a89f55e66e4ad92865364448794 (diff) | |
| download | mullvadvpn-0f0bd402988c91951d004a3c4ee802faf52d504f.tar.xz mullvadvpn-0f0bd402988c91951d004a3c4ee802faf52d504f.zip | |
Merge branch 'linux-autostart'
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/Preferences.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/components/Preferences.js b/app/components/Preferences.js index ceb76f4384..3fe803a156 100644 --- a/app/components/Preferences.js +++ b/app/components/Preferences.js @@ -99,6 +99,7 @@ export default class Preferences extends Component<PreferencesProps, State> { _onChangeAutoStart = (autoStart: boolean) => { this.props.setAutoStart(autoStart); + // TODO: Handle failure to set auto-start this.setState({ autoStart }); }; } |
