1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Add a temporary tab for visiting the old settings

For debugging purposes
This commit is contained in:
Travis Ralston
2019-01-18 20:36:02 -07:00
parent d907647e61
commit a8ec40a8b0
4 changed files with 33 additions and 15 deletions

View File

@@ -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,