Reverted an obsolete change

This commit is contained in:
Martin Gondermann
2016-07-03 15:03:38 +02:00
parent 2919b1af5f
commit b3dd5e28e9

View File

@@ -101,9 +101,8 @@ var SettingsPage = React.createClass({
});
},
handleChangeShowTrayIcon: function() {
var shouldShowTrayIcon = this.refs.showTrayIcon.getChecked();
this.setState({
showTrayIcon: shouldShowTrayIcon
showTrayIcon: this.refs.showTrayIcon.getChecked()
});
},
handleChangeTrayIconTheme: function() {