Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
2f8bc270d3
2 changed files with 2 additions and 1 deletions
|
@ -74,6 +74,7 @@ body.mx_scrollbar_nooverlay {
|
||||||
// or fallback for webkit browsers
|
// or fallback for webkit browsers
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 6px;
|
width: 6px;
|
||||||
|
height: 6px;
|
||||||
background-color: $scrollbar-track-color;
|
background-color: $scrollbar-track-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1193,7 +1193,7 @@ export default React.createClass({
|
||||||
room_id: localStorage.getItem('mx_last_room_id'),
|
room_id: localStorage.getItem('mx_last_room_id'),
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
if (MatrixClientPeg.get().isGuest) {
|
if (MatrixClientPeg.get().isGuest()) {
|
||||||
dis.dispatch({action: 'view_welcome_page'});
|
dis.dispatch({action: 'view_welcome_page'});
|
||||||
} else {
|
} else {
|
||||||
dis.dispatch({action: 'view_home_page'});
|
dis.dispatch({action: 'view_home_page'});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue