Add separate welcome view
This commit is contained in:
parent
73de56d72d
commit
843f86fc1c
4 changed files with 87 additions and 14 deletions
|
@ -461,6 +461,7 @@ const LoggedInView = React.createClass({
|
|||
{
|
||||
pageElement = <EmbeddedPage className="mx_HomePage"
|
||||
url={this.props.config.welcomePageUrl || 'home.html'}
|
||||
scrollbar={true}
|
||||
/>;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue