Add a temporary tab for visiting the old settings
For debugging purposes
This commit is contained in:
parent
d907647e61
commit
a8ec40a8b0
4 changed files with 33 additions and 15 deletions
|
@ -616,6 +616,10 @@ export default React.createClass({
|
|||
//this._setPage(PageTypes.UserSettings);
|
||||
//this.notifyNewScreen('settings');
|
||||
break;
|
||||
case 'view_old_user_settings':
|
||||
this._setPage(PageTypes.UserSettings);
|
||||
this.notifyNewScreen('settings');
|
||||
break;
|
||||
case 'close_settings':
|
||||
this.setState({
|
||||
leftDisabled: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue